ArchInstall/32_letsencrypt.txt
2025-04-11 11:51:33 -07:00

11 lines
262 B
Plaintext

paru -S certbot certbot-nginx bind
sudo certbot --nginx
sudo vim /usr/lib/systemd/system/certbot-renew.service
# Add to the ExecStart command the following flag
----
--post-hook "systemctl reload nginx.service"
sudo systemctl enable certbot-renew.timer --now