mirror of
https://github.com/prometheus/node_exporter.git
synced 2025-01-03 09:57:47 -08:00
9 lines
248 B
YAML
9 lines
248 B
YAML
|
tls_server_config :
|
||
|
cert_file : "testdata/server.crt"
|
||
|
key_file : "testdata/server.key"
|
||
|
client_auth_type : "VerifyClientCertIfGiven"
|
||
|
client_ca_file : "testdata/tls-ca-chain.pem"
|
||
|
cipher_suites:
|
||
|
- TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA2048
|
||
|
|