From: Guo Xiang Tan Date: Tue, 19 Dec 2017 00:57:49 +0000 (+0800) Subject: Bump acme.sh to v2.7.5. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=f2792d837427e0b4367bac525dc0a742781efc1f;p=discourse_docker.git Bump acme.sh to v2.7.5. --- diff --git a/templates/web.letsencrypt.ssl.template.yml b/templates/web.letsencrypt.ssl.template.yml index 2cde8d5..5a222ee 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 https://github.com/Neilpang/acme.sh.git && cd /root/acme.sh && git reset --hard a25a4b5d110c6dc10d88a58c451a6f087daad98c + - cd /root && git clone https://github.com/Neilpang/acme.sh.git && cd /root/acme.sh && git reset --hard ac0970abbad9390f9ab5e99f7f4043502d40eafa - 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"