3 Commits

Author SHA1 Message Date
7153c9a7a9 Dockerfile, README update (#3)
Reviewed-on: #3
2022-07-08 23:00:24 +03:00
55e5d26a1d Update 'compose/certbot/init.sh' (#2)
Reviewed-on: #2
2022-07-08 22:22:06 +03:00
d2f5bb5fa6 cleanup (#1)
Reviewed-on: #1
2022-07-08 22:20:00 +03:00

View File

@ -3,7 +3,7 @@ set -eu
touch /var/log/letsencrypt/letsencrypt.log
echo "Initializing certbot..."
rsa_key_size=4096
email=${ADMIN_EMAIL:-'admin@example.com'} # Adding a valid address is strongly recommended
email=${ADMIN_EMAIL:-'admin@example.com'} # Valid address is required
# Enable staging mode if needed
staging_arg=$(test $CB_STAGING && echo "--staging" || echo "")