greywolf kann ich das auch automatisieren?
Das sollte eigtl. bereits automatisiert sein (oder zumindest aktivierbar)
grommunio-certbot-renew.service + .timer
systemctl cat grommunio-certbot-renew.service grommunio-certbot-renew.timer
# /usr/lib/systemd/system/grommunio-certbot-renew.service
[Unit]
Description=Certbot/Letsencrypt certificate renewal
ConditionPathExists=/usr/bin/certbot
[Service]
Type=oneshot
ExecStart=/usr/bin/certbot renew --pre-hook "service nginx stop" --deploy-hook /usr/share/grommunio-setup/grommunio-certbot-renew-hook --post-hook "service nginx start"
# /usr/lib/systemd/system/grommunio-certbot-renew.timer
[Unit]
Description=Weekly certbot renewal check
[Timer]
OnCalendar=weekly
AccuracySec=1h
Persistent=true
[Install]
WantedBy=timers.target
Ich habe keine hosts die das nutzen aber der timer sollte eigtl. aktiviert sein wenn du das zertifikat während dem grommunio-setup durchlauf hinzugefügt hast.
Prüfen via:
systemctl status grommunio-certbot-renew.timer
Sollte u.a. sowas wie "Active: active (waiting)" ausspucken.