X-Git-Url: https://plomlompom.com/repos/%7B%7Bprefix%7D%7D/balance2?a=blobdiff_plain;ds=sidebyside;f=bin%2Frenew_certs.sh;h=d1853b5837e7bd94b22e3591fba14ddad4ecc990;hb=ea10385fa1e1862afd79fd649d39348d9511148b;hp=200532ecb58a8f5f28911313e90c697b5d64d63b;hpb=59d5367a57ee5b24da18bd350f6b4f24fa089ce8;p=config diff --git a/bin/renew_certs.sh b/bin/renew_certs.sh index 200532e..d1853b5 100755 --- a/bin/renew_certs.sh +++ b/bin/renew_certs.sh @@ -1,3 +1,5 @@ #!/bin/sh +service nginx stop ~/letsencrypt/letsencrypt-auto renew +service nginx restart