mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 20:47:01 +01:00
Fixes #13 and Fixes #135 - webauthn and webauthn with cli. This is the core of webauthn, but only as a single factor. Some changes are still needed for webauthn as MFA and as a verified single factor. This will be made in a subsequent PR.
10 lines
261 B
TOML
10 lines
261 B
TOML
bindaddress = "127.0.0.1:8443"
|
|
ldapbindaddress = "127.0.0.1:3636"
|
|
db_path = "/tmp/kanidm.db"
|
|
db_fs_type = "zfs"
|
|
tls_ca = "../insecure/ca.pem"
|
|
tls_cert = "../insecure/cert.pem"
|
|
tls_key = "../insecure/key.pem"
|
|
log_level = "perfbasic"
|
|
origin = "https://localhost"
|