Use public TLS cert for kanidm

This commit is contained in:
Jade Ellis
2024-11-03 18:09:33 +00:00
parent 9591c52463
commit 50589e5179
4 changed files with 10 additions and 7 deletions
+2 -2
View File
@@ -45,8 +45,8 @@ db_path = "/data/kanidm.db"
# db_arc_size = 2048
#
# TLS chain and key in pem format. Both must be present
tls_chain = "/data/certs/chain.pem"
tls_key = "/data/certs/key.pem"
tls_chain = "/data/certs/idm.ellis.link/cert.pem"
tls_key = "/data/certs/idm.ellis.link/key.pem"
#
# The log level of the server. May be one of info, debug, trace
#