mirror of
https://github.com/aarmea/fahrengit-451.git
synced 2026-03-22 00:54:19 +00:00
Fix certbot initialization
This commit is contained in:
parent
c9d9758b1a
commit
4fcb4d78f1
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ sleep 5
|
||||||
|
|
||||||
# ── Obtain the real certificate via webroot challenge ────────────────────────
|
# ── Obtain the real certificate via webroot challenge ────────────────────────
|
||||||
echo "==> Requesting Let's Encrypt certificate for ${DOMAIN}..."
|
echo "==> Requesting Let's Encrypt certificate for ${DOMAIN}..."
|
||||||
docker compose run --rm certbot certonly \
|
docker compose run --rm --entrypoint certbot certbot certonly \
|
||||||
--webroot \
|
--webroot \
|
||||||
--webroot-path /var/www/certbot \
|
--webroot-path /var/www/certbot \
|
||||||
--email "${EMAIL}" \
|
--email "${EMAIL}" \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue