Mercurial Hosting > luan
annotate host/renewSsl.sh @ 2029:5fa5a7efc936 default tip
merge
| author | Violet7 | 
|---|---|
| date | Thu, 30 Oct 2025 21:25:37 -0700 | 
| parents | 27a2530f04b6 | 
| children | 
| rev | line source | 
|---|---|
| 1632 | 1 #!/bin/bash | 
| 2 | |
| 3 cd "$1"; | |
| 4 | |
| 5 ROOTPWD=$(pwd); | |
| 6 | |
| 7 ./acme.sh --renew-all --cert-home "$ROOTPWD"/sites --config-home "$ROOTPWD"/local/letsencrypt/config; | |
| 8 | |
| 1758 
27a2530f04b6
fix reload nginx from startup script
 Vadim Filimonov <fffilimonov@yandex.ru> parents: 
1632diff
changeset | 9 sudo /usr/local/bin/nginx -s reload; | 
