+ Select DNS provider by hand

+ A few questions answered in READMe when chaning some data
This commit is contained in:
theadam 2024-10-29 15:34:00 +01:00
parent 220e469e0a
commit aeebe6c6e6
2 changed files with 11 additions and 4 deletions

View file

@ -34,7 +34,7 @@
/bin/sh acme.sh
--config-home {{ acme_sh_config_home | quote }}
--issue
--dns dns_cf
--dns {{ item['dns_provider'] | default('dns_cf') }}
-d {{ item['domains'] | join(' -d ') }}
--pre-hook {{ acme_sh_cert_home }}/{{ item['domains'][0] }}_ecc/pre_hook.sh
--post-hook {{ acme_sh_cert_home }}/{{ item['domains'][0] }}_ecc/post_hook.sh