turtle-wow-source-kinda/Dumps/Source Code/20 - Development_turtle-logs/main/Deploy/renew_cert.sh
Brian Oost a1d5bb70b2 Init
2024-08-06 18:06:40 +02:00

5 lines
103 B
Bash

systemctl stop nginx
systemctl stop postfix
certbot renew
systemctl start nginx
systemctl start postfix