summaryrefslogtreecommitdiff
path: root/playbooks/roles/kanidm/templates/volumes/data/server.toml
diff options
context:
space:
mode:
authorElizabeth Hunt <me@liz.coffee>2025-03-23 21:35:03 -0700
committerElizabeth Hunt <me@liz.coffee>2025-03-23 21:35:03 -0700
commitaeab0e7c54e3995312490e7c4476f162b880f625 (patch)
tree5cc2e8cf3f5a121493ccf4a62787774f9f78fa12 /playbooks/roles/kanidm/templates/volumes/data/server.toml
parente5eba51991a0640c6e5d1da0bd78cdbc9d4513f2 (diff)
downloadinfra-aeab0e7c54e3995312490e7c4476f162b880f625.tar.gz
infra-aeab0e7c54e3995312490e7c4476f162b880f625.zip
fix outbound stuff
Diffstat (limited to 'playbooks/roles/kanidm/templates/volumes/data/server.toml')
-rw-r--r--playbooks/roles/kanidm/templates/volumes/data/server.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/playbooks/roles/kanidm/templates/volumes/data/server.toml b/playbooks/roles/kanidm/templates/volumes/data/server.toml
index 5e42bc8..75bd7c2 100644
--- a/playbooks/roles/kanidm/templates/volumes/data/server.toml
+++ b/playbooks/roles/kanidm/templates/volumes/data/server.toml
@@ -2,9 +2,9 @@ bindaddress = "0.0.0.0:8443"
ldapbindaddress = "0.0.0.0:3636"
trust_x_forward_for = true
db_path = "/data/kanidm.db"
-tls_chain = "/certs/{{ kanidm_host }}.pem"
-tls_key = "/certs/{{ kanidm_host }}.key"
+tls_chain = "/certs/{{ idm_domain }}.pem"
+tls_key = "/certs/{{ idm_domain }}.key"
log_level = "info"
-domain = "{{ kanidm_host }}"
-origin = "https://{{ kanidm_host }}"
+domain = "{{ idm_domain }}"
+origin = "https://{{ idm_domain }}"