This automatically renews Let's Encrypt certificates, but does nothing further with them. You need additional logic to use them for example with nginx.
10 lines
165 B
Django/Jinja
10 lines
165 B
Django/Jinja
# {{ ansible_managed }}
|
|
[Unit]
|
|
Description=Run certbot renewal process
|
|
|
|
[Timer]
|
|
OnCalendar={{ sce_certbot_timer }}
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|