From 2c907ea40382d7d9198e980368894221709faa25 Mon Sep 17 00:00:00 2001 From: Gabe Pacuilla Date: Mon, 12 Sep 2022 18:34:27 -0400 Subject: [PATCH] FIX: use proper acmesh-official upstream repo (#641) --- templates/web.letsencrypt.ssl.template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/web.letsencrypt.ssl.template.yml b/templates/web.letsencrypt.ssl.template.yml index 986be02..aa4104b 100644 --- a/templates/web.letsencrypt.ssl.template.yml +++ b/templates/web.letsencrypt.ssl.template.yml @@ -11,7 +11,7 @@ hooks: - exec: cmd: - - cd /root && git clone --branch 2.9.0 --depth 1 https://github.com/Neilpang/acme.sh.git && cd /root/acme.sh + - cd /root && git clone --branch 2.9.0 --depth 1 https://github.com/acmesh-official/acme.sh.git && cd /root/acme.sh - touch /var/spool/cron/crontabs/root - install -d -m 0755 -g root -o root $LETSENCRYPT_DIR - cd /root/acme.sh && LE_WORKING_DIR="${LETSENCRYPT_DIR}" ./acme.sh --install --log "${LETSENCRYPT_DIR}/acme.sh.log" -- 2.25.1