removed certbot "standalone" parameter
This commit is contained in:
parent
607e7b6091
commit
46fcdd854c
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@
|
|||
register: live_cert
|
||||
|
||||
- name: Obtain certificate
|
||||
shell: certbot certonly --standalone --rsa-key-size 4096 {% for domain in certbot_domains %}-d {{ domain }} {% endfor %}-m {{ certbot_mail_address }} --agree-tos
|
||||
shell: certbot certonly --rsa-key-size 4096 {% for domain in certbot_domains %}-d {{ domain }} {% endfor %}-m {{ certbot_mail_address }} --agree-tos
|
||||
when: live_cert.stat.exists == False
|
||||
|
||||
- name: Execute post-renewal script if desired
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue