Server Dashboard SSL Support (#2982)

This commit is contained in:
EMRE ÇELİK
2022-06-27 05:08:02 +03:00
committed by GitHub
parent c652b8ef07
commit 218b354f82
5 changed files with 93 additions and 28 deletions

View File

@@ -43,6 +43,11 @@ dashboard_port = 7500
dashboard_user = admin
dashboard_pwd = admin
# dashboard TLS mode
dashboard_tls_mode = false
# dashboard_tls_cert_file = server.crt
# dashboard_tls_key_file = server.key
# enable_prometheus will export prometheus metrics on {dashboard_addr}:{dashboard_port} in /metrics api.
enable_prometheus = true