diff --git a/https/web-config.yml b/https/web-config.yml index 9937291c..7d40d9b7 100644 --- a/https/web-config.yml +++ b/https/web-config.yml @@ -1,11 +1,6 @@ -tls_config: - # Certificate and key files for server to use to authenticate to client - cert_file: - key_file: +# Minimal TLS configuration example. Additionally, a certificate and a key file +# are needed. +tls_server_config: + cert_file: server.crt + key_file: server.key - # Server policy for client authentication. Maps to ClientAuth Policies - # For more detail on clientAuth options: [ClientAuthType](https://golang.org/pkg/crypto/tls/#ClientAuthType) - [ client_auth_type: | default = "NoClientCert" ] - - # CA certificate for client certificate authentication to the server - [ client_ca_file: ]