mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2026-05-03 15:30:53 +02:00
336af094ee
With RSA 4096 instead of ECDSA.
11 lines
323 B
SYSTEMD
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"
|