Certbot – Zertifikat automatisch erneuern

Die Lösung für den faulen Sysadmin ist ein Eintrag in der crontab

# Certbot, renew certificates
20 4 * * */2 /bin/certbot --renew-hook "/bin/systemctl restart httpd.service" renew