aboutsummaryrefslogtreecommitdiff
path: root/https/web-config.yml
blob: 0f439dacf0fd8939a66150902472cd45928bf8e9 (plain)
1
2
3
4
5
6
7
8
9
10
tlsConfig :
  # Certificate and key files for server to use to authenticate to client
  tlsCertPath : <filename>
  tlsKeyPath : <filename>

  # Server policy for client authentication. Maps to ClientAuth Policies
  [ clientAuth : <string> ]

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