Skip to content
Snippets Groups Projects
Commit 87abbf11 authored by ale's avatar ale
Browse files

Further fix for acmeserver dns-01 config

parent 60a6317b
Branches
No related tags found
No related merge requests found
Pipeline #67551 passed
......@@ -11,7 +11,7 @@ http:
dns:
enabled: true
tsig_key_name: "acme."
tsig_key_algo: "{{ acme_tsig_key.algo | lower }}"
tsig_key_algo: "{{ acme_tsig_key.algo | lower }}."
tsig_key_secret: "{{ acme_tsig_key.private }}"
nameservers:
{% for h in services['dns'].hosts | sort %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment