X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=web-conf;h=3373e26bdb9458666538cffd1789d9d1c7d4dc5e;hb=1ceb8d43b9e7f37f3a1a6237ded05fda4b90fcaa;hp=6b18b2e5c7ae2b63fb3f10d208cc4a4cec61af92;hpb=25c6d2d6bcf37d708fec0e529a88f035588c8b7d;p=basic-https-conf diff --git a/web-conf b/web-conf index 6b18b2e..3373e26 100755 --- a/web-conf +++ b/web-conf @@ -154,6 +154,13 @@ if $ssl; then # cleanup the call to ourselves a short bit ago rm $se/$h.conf fi + # these scripts only run on renew, that is kinda dumb. + export RENEWED_LINEAGE=/etc/letsencrypt/live/$h + for script in /etc/letsencrypt/renewal-hooks/deploy/*; do + if [[ -x $script ]]; then + "$script" + fi + done fi