We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8d13a0 commit 9a83790Copy full SHA for 9a83790
entrypoint.sh
@@ -414,13 +414,13 @@ function runCertbotAsNeeded() {
414
# Remove the self-signed certs which were only needed to get Zulip going.
415
rm -f "$DATA_DIR"/certs/zulip.key "$DATA_DIR"/certs/zulip.combined-chain.crt
416
417
- ZULIP_CERTBOT_DEPLOY_HOOK="/sbin/certbot-deploy-hook"
+ ln -sf /sbin/certbot-deploy-hook /etc/letsencrypt/renewal-hooks/deploy/docker-deploy-hook
418
419
# Accept the terms of service automatically.
420
/home/zulip/deployments/current/scripts/setup/setup-certbot \
421
--agree-tos \
422
--email="$SETTING_ZULIP_ADMINISTRATOR" \
423
- --deploy-hook "$ZULIP_CERTBOT_DEPLOY_HOOK" \
+ --skip-symlink \
424
-- \
425
"$SETTING_EXTERNAL_HOST"
426
0 commit comments