renew certs 7 days before expire

This commit is contained in:
Josh Patterson
2025-12-01 11:54:10 -05:00
parent 875de88cb4
commit 36a6a59d55
4 changed files with 18 additions and 18 deletions

View File

@@ -64,7 +64,7 @@ managerssl_crt:
- private_key: /etc/pki/managerssl.key
- CN: {{ GLOBALS.hostname }}
- subjectAltName: "DNS:{{ GLOBALS.hostname }}, IP:{{ GLOBALS.node_ip }}, DNS:{{ GLOBALS.url_base }}"
- days_remaining: 0
- days_remaining: 7
- days_valid: 820
- backup: True
- timeout: 30