mirror of
https://github.com/prometheus/node_exporter.git
synced 2024-11-12 16:44:18 -08:00
aede04172c
Add support for https connections. Signed-off-by: ksherryBAE <kieran.sherry@baesystems.com> Signed-off-by: James Ritchie <james.g.ritchie@baesystems.com> Signed-off-by: Simon Pasquier <spasquie@redhat.com> Signed-off-by: Ben RIdley <benridley29@gmail.com>
11 lines
342 B
YAML
11 lines
342 B
YAML
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> ]
|