Renew certs when expiring within 45 days instead of 30
This commit is contained in:
parent
53d9665fbc
commit
82ba63ab45
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@
|
|||
name: "{{ item.name }} renewal"
|
||||
hour: "4"
|
||||
user: lego
|
||||
job: 'source /etc/default/lego && /usr/local/bin/lego --pem --path {{ lego_path }} --email {{ lego_email_address }} --dns {{ item.dns }} --domains "{{ item.domain }}" renew --days 30'
|
||||
job: 'source /etc/default/lego && /usr/local/bin/lego --pem --path {{ lego_path }} --email {{ lego_email_address }} --dns {{ item.dns }} --domains "{{ item.domain }}" renew --days 45'
|
||||
loop: "{{ lego_certs }}"
|
||||
|
||||
- name: create haproxy reload crontab
|
||||
|
|
Loading…
Reference in a new issue