projects
/
discourse_docker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea8cb33
)
FIX: use proper acmesh-official upstream repo (#641)
author
Gabe Pacuilla
<gabe@discourse.org>
Mon, 12 Sep 2022 22:34:27 +0000
(18:34 -0400)
committer
GitHub
<noreply@github.com>
Mon, 12 Sep 2022 22:34:27 +0000
(18:34 -0400)
templates/web.letsencrypt.ssl.template.yml
patch
|
blob
|
blame
|
history
diff --git
a/templates/web.letsencrypt.ssl.template.yml
b/templates/web.letsencrypt.ssl.template.yml
index 986be02068272aa7c51e0f683f7954eb0f46eb88..aa4104b0f9918c58e23eae01b8b961702b3b2f51 100644
(file)
--- a/
templates/web.letsencrypt.ssl.template.yml
+++ b/
templates/web.letsencrypt.ssl.template.yml
@@
-11,7
+11,7
@@
hooks:
- exec:
cmd:
- - cd /root && git clone --branch 2.9.0 --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/
acmesh-official
/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"