aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--https/web-config.yml15
1 files changed, 5 insertions, 10 deletions
diff --git a/https/web-config.yml b/https/web-config.yml
index 9937291..7d40d9b 100644
--- a/https/web-config.yml
+++ b/https/web-config.yml
@@ -1,11 +1,6 @@
1tls_config: 1# Minimal TLS configuration example. Additionally, a certificate and a key file
2 # Certificate and key files for server to use to authenticate to client 2# are needed.
3 cert_file: <filename> 3tls_server_config:
4 key_file: <filename> 4 cert_file: server.crt
5 key_file: server.key
5 6
6 # Server policy for client authentication. Maps to ClientAuth Policies
7 # For more detail on clientAuth options: [ClientAuthType](https://golang.org/pkg/crypto/tls/#ClientAuthType)
8 [ client_auth_type: <string> | default = "NoClientCert" ]
9
10 # CA certificate for client certificate authentication to the server
11 [ client_ca_file: <filename> ]