2020-04-25 11:42:45 +00:00
|
|
|
tls_config:
|
2019-11-15 23:12:57 +00:00
|
|
|
# Certificate and key files for server to use to authenticate to client
|
2020-04-25 11:42:45 +00:00
|
|
|
cert_file: <filename>
|
|
|
|
key_file: <filename>
|
2019-11-15 23:12:57 +00:00
|
|
|
|
|
|
|
# Server policy for client authentication. Maps to ClientAuth Policies
|
2020-04-25 11:42:45 +00:00
|
|
|
# For more detail on clientAuth options: [ClientAuthType](https://golang.org/pkg/crypto/tls/#ClientAuthType)
|
|
|
|
[ client_auth_type: <string> | default = "NoClientCert" ]
|
2019-11-15 23:12:57 +00:00
|
|
|
|
|
|
|
# CA certificate for client certificate authentication to the server
|
2020-04-25 11:42:45 +00:00
|
|
|
[ client_ca_file: <filename> ]
|