mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-24 04:57:00 +01:00
Fixes #356 - this changes from a split ca_chain/cert configuration to a single chain file. This allows rustls in tide-rustls to present the chain correctly, and allows openssl for ldaps to present the chain correctly too. it also simplifies integration to lets encrypt which provides a chain and key file by default.
9 lines
233 B
TOML
9 lines
233 B
TOML
bindaddress = "127.0.0.1:8443"
|
|
ldapbindaddress = "127.0.0.1:3636"
|
|
db_path = "/tmp/kanidm.db"
|
|
db_fs_type = "zfs"
|
|
tls_chain = "../insecure/chain.pem"
|
|
tls_key = "../insecure/key.pem"
|
|
log_level = "perfbasic"
|
|
origin = "https://localhost"
|