mirror of
https://github.com/prometheus/node_exporter.git
synced 2024-11-23 20:36:21 +01:00
f87e566df9
tls: enable the selection of more TLS settings * Rename `tls_config` to `tls_server_config`. * Add new http server config with HTTP/2 enabled by default. Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
8 lines
222 B
YAML
8 lines
222 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"
|
|
curve_preferences:
|
|
- CurveP257
|