Skip to content

Commit

Permalink
installation ssl: disable test mode
Browse files Browse the repository at this point in the history
  • Loading branch information
AbcSxyZ committed May 7, 2024
1 parent 394b31b commit 5155e24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if [ "$(command -v certbot)" ]
then
CONFIG_FILE=open-portal-ssl.conf
# Use --test-cert to avoid real certificate
certbot certonly --standalone --test-cert -d $DOMAIN -m $MAIL --agree-tos -n
certbot certonly --standalone -d $DOMAIN -m $MAIL --agree-tos -n
fi

# Set up configuration file
Expand Down

0 comments on commit 5155e24

Please sign in to comment.