mirror of
https://github.com/bigbluebutton/docker.git
synced 2025-08-16 15:41:20 +02:00
lets encrypt: email required, remove staging flag
This commit is contained in:
@ -18,6 +18,13 @@ if [ -z "$EXTERNAL_IPv4" ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
if [ "$ENABLE_HTTPS_PROXY" ] && [ -z "$LETSENCRYPT_EMAIL" ]; then
|
||||
echo "ERROR: LETSENCRYPT_EMAIL is not set in .env"
|
||||
echo "you need to specify an email adress, otherwise the certificate"
|
||||
echo "retrieval will fail"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
function get_tag {
|
||||
# is submodule checked out?
|
||||
if [ -f "$1/.git" ]; then
|
||||
|
Reference in New Issue
Block a user