Agree Let's Encrypt ToS
Signed-off-by: Yohann D'ANELLO <yohann.danello@gmail.com>
This commit is contained in:
parent
b4a1b513cc
commit
3aad4e7398
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@
|
||||||
state: stopped
|
state: stopped
|
||||||
|
|
||||||
- name: Generate new certificate if one doesn't exist.
|
- name: Generate new certificate if one doesn't exist.
|
||||||
shell: "certbot certonly --non-interactive --config /etc/letsencrypt/conf.d/nk20.ini -d {{note.server_name}}"
|
shell: "certbot certonly --non-interactive --agree-tos --config /etc/letsencrypt/conf.d/nk20.ini -d {{note.server_name}}"
|
||||||
when: letsencrypt_cert.stat.exists == False
|
when: letsencrypt_cert.stat.exists == False
|
||||||
|
|
||||||
- name: Restart services to allow certbot to generate a cert.
|
- name: Restart services to allow certbot to generate a cert.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue