bump acme.sh to 3.0.6
This commit is contained in:
parent
4d25331df4
commit
54a7cc8892
|
@ -11,7 +11,7 @@ hooks:
|
||||||
|
|
||||||
- exec:
|
- exec:
|
||||||
cmd:
|
cmd:
|
||||||
- cd /root && git clone --branch 2.9.0 --depth 1 https://github.com/acmesh-official/acme.sh.git && cd /root/acme.sh
|
- cd /root && git clone --branch 3.0.6 --depth 1 https://github.com/acmesh-official/acme.sh.git && cd /root/acme.sh
|
||||||
- touch /var/spool/cron/crontabs/root
|
- touch /var/spool/cron/crontabs/root
|
||||||
- install -d -m 0755 -g root -o root $LETSENCRYPT_DIR
|
- 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"
|
- cd /root/acme.sh && LE_WORKING_DIR="${LETSENCRYPT_DIR}" ./acme.sh --install --log "${LETSENCRYPT_DIR}/acme.sh.log"
|
||||||
|
|
Loading…
Reference in New Issue