Bump acme.sh to 2.8.0 (#425)
authorsau226 <32805612+sau226@users.noreply.github.com>
Tue, 2 Apr 2019 07:04:21 +0000 (15:04 +0800)
committerGuo Xiang Tan <gxtan1990@gmail.com>
Tue, 2 Apr 2019 07:04:21 +0000 (15:04 +0800)
Bump script for more API options, ACME v2 wildcard certs and bug fixes

templates/web.letsencrypt.ssl.template.yml

index 5a222ee895875d0c290c79e420507abae30312f0..3a43d4e6996c78bae66cb517c4087cd91c2a386e 100644 (file)
@@ -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 ac0970abbad9390f9ab5e99f7f4043502d40eafa
+         - cd /root && git clone https://github.com/Neilpang/acme.sh.git && cd /root/acme.sh && git reset --hard f62a4a0c0ccf6cd73b5746dd8b8790ce3c512833
          - 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"