Files
debian/rootfs/usr/local/share/template-files/config/env/examples/certbot.sh
casjay 3e6d973a09
Some checks failed
debian / release-debian (push) Failing after 3m37s
debian-11 / debian-11 (push) Failing after 10m9s
debian-13 / debian-13 (push) Failing after 48m23s
debian-12 / debian-12 (push) Failing after 48m24s
debian-10 / debian-10 (push) Failing after 48m37s
🦈🏠🐜 Initial Commit 🐜🦈🏠
2025-09-17 16:37:27 -04:00

7 lines
336 B
Bash

# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# cerbot
CERT_BOT_MAIL="${ENV_CERT_BOT_MAIL:-$CERT_BOT_MAIL}"
CERTBOT_DOMAINS="${ENV_CERTBOT_DOMAINS:-$CERTBOT_DOMAINS}"
CERT_BOT_ENABLED="${ENV_CERT_BOT_ENABLED:-${CERT_BOT_ENABLED:-false}}"
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -