Skip to content

Commit

Permalink
Allow cert generation without LE_EMAIL specified
Browse files Browse the repository at this point in the history
  • Loading branch information
richturner committed Mar 9, 2022
1 parent 9c4ed2e commit 6296600
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ LE_EXTRA_ARGS=""
mkdir -p $LE_WEB_ROOT
if [ -n "${LE_EMAIL}" ]; then
LE_EXTRA_ARGS="${LE_EXTRA_ARGS} --email ${LE_EMAIL}"
else
LE_EXTRA_ARGS="${LE_EXTRA_ARGS} --register-unsafely-without-email"
fi
if [ -n "${LE_RSA_KEY_SIZE}" ]; then
LE_EXTRA_ARGS="${LE_EXTRA_ARGS} --rsa-key-size ${LE_RSA_KEY_SIZE}"
Expand Down

0 comments on commit 6296600

Please sign in to comment.