11 lines
262 B
Plaintext
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
|