+ Select DNS provider by hand
+ A few questions answered in READMe when chaning some data
This commit is contained in:
parent
220e469e0a
commit
aeebe6c6e6
2 changed files with 11 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue