mirror of
https://github.com/prometheus/node_exporter.git
synced 2024-11-10 07:34:09 -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>
5 lines
171 B
YAML
5 lines
171 B
YAML
tlsConfig :
|
|
tlsCertPath : "testdata/server.crt"
|
|
tlsKeyPath : "testdata/server.key"
|
|
clientAuth : "RequireAndVerifyClientCert"
|
|
clientCAs: "testdata/tls-ca-chain.pem" |