Upgrade acme.sh.
authorGuo Xiang Tan <tgx_world@hotmail.com>
Thu, 24 Aug 2017 01:03:55 +0000 (10:03 +0900)
committerGuo Xiang Tan <tgx_world@hotmail.com>
Thu, 24 Aug 2017 01:03:55 +0000 (10:03 +0900)
templates/web.letsencrypt.ssl.template.yml

index cf6feae0ae1ad3b2cd372d54baeddfa4c5a6f9c3..2cde8d5723793ad213d1eb7aef66b5811aeb9de2 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 e5244cf3c04a5cad274d5a0be31ce80c336be388
+         - cd /root && git clone https://github.com/Neilpang/acme.sh.git && cd /root/acme.sh && git reset --hard a25a4b5d110c6dc10d88a58c451a6f087daad98c
          - 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"