From 015b3daddb386d10422ac68be696fd6b20a9af2a Mon Sep 17 00:00:00 2001 From: Rafael dos Santos Silva Date: Wed, 16 Jun 2021 14:05:15 -0300 Subject: [PATCH] Bump acme.sh to latest --- 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 85324fa..f0153e6 100644 --- a/templates/web.letsencrypt.ssl.template.yml +++ b/templates/web.letsencrypt.ssl.template.yml @@ -10,7 +10,7 @@ hooks: - exec: cmd: - - cd /root && git clone --branch 2.8.2 --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/Neilpang/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