@ -3,7 +3,7 @@ set -eu
|
|||||||
touch /var/log/letsencrypt/letsencrypt.log
|
touch /var/log/letsencrypt/letsencrypt.log
|
||||||
echo "Initializing certbot..."
|
echo "Initializing certbot..."
|
||||||
rsa_key_size=4096
|
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
|
# Enable staging mode if needed
|
||||||
staging_arg=$(test $CB_STAGING && echo "--staging" || echo "")
|
staging_arg=$(test $CB_STAGING && echo "--staging" || echo "")
|
||||||
|
Reference in New Issue
Block a user