1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2025-01-18 08:06:16 +01:00
infrastructure/roles/certbot/files/certbot-renewal.service
Jan Alexander Steffens (heftig) 336af094ee
certificate: Allow creating legacy certs
With RSA 4096 instead of ECDSA.
2024-07-28 02:55:15 +02:00

11 lines
323 B
SYSTEMD

[Unit]
Description=Let's Encrypt renewal
[Service]
Type=oneshot
ExecStart=/usr/bin/certbot renew \
--no-random-sleep-on-renew \
--pre-hook "/etc/letsencrypt/hook.sh pre" \
--post-hook "/etc/letsencrypt/hook.sh post" \
--renew-hook "/etc/letsencrypt/hook.sh renew"