Mercurial Hosting > luan
view host/startup/renewSsl.sh @ 1633:665049cffc02
fix path
author | fffilimonov |
---|---|
date | Tue, 14 Dec 2021 07:55:47 -0600 |
parents | 35c626c06dd5 |
children |
line wrap: on
line source
#!/bin/bash set -e cd "$1"; ROOTPWD=$(pwd); ./acme.sh --renew-all --cert-home "$ROOTPWD"/sites --config-home "$ROOTPWD"/local/letsencrypt/config; sudo $(which nginx) -s reload;