You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
node_exporter/https/web-config.yml

11 lines
342 B

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> ]