kanidm/examples/config_localhost

6 lines
239 B
Plaintext
Raw Permalink Normal View History

2022-09-08 05:37:03 +02:00
# This should be at /etc/kanidm/config or ~/.config/kanidm, and configures the kanidm command line tool
# to point at the local dev server and trust the CA security.
uri="https://localhost:8443"
verify_ca=true
ca_path="/tmp/kanidm/ca.pem"