aboutsummaryrefslogtreecommitdiff
path: root/https/web-config.yml
blob: 9937291cdcd16e5366ac1b38018d7c92f1f39ff9 (plain)
1
2
3
4
5
6
7
8
9
10
11
tls_config:
  # Certificate and key files for server to use to authenticate to client
  cert_file: <filename>
  key_file: <filename>

  # 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: <string> | default = "NoClientCert" ]

  # CA certificate for client certificate authentication to the server
  [ client_ca_file: <filename> ]