Make TLS config consistent with Prometheus (#1685)
Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
This commit is contained in:
parent
fa4edd700e
commit
091bed01b0
14 changed files with 57 additions and 55 deletions
|
|
@ -1,3 +1,3 @@
|
|||
tlsConfig :
|
||||
tlsCertPath : "testdata/server.crt"
|
||||
tlsKeyPath : ""
|
||||
tls_config :
|
||||
cert_file : "testdata/server.crt"
|
||||
key_file : ""
|
||||
Loading…
Add table
Add a link
Reference in a new issue