Skip to content

Commit

Permalink
[1.8.x] Update certbot domains to match DNS and docs
Browse files Browse the repository at this point in the history
(cherry picked from commit 9226090)
  • Loading branch information
mxsasha committed May 14, 2024
1 parent cdee968 commit 58a4b06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/webserver/certbot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ fi
domain=$INTERNETNL_DOMAINNAME
subdomains="nl.$domain,en.$domain,www.$domain,ipv6.$domain,nl.ipv6.$domain,en.ipv6.$domain"
if [ "$ENABLE_BATCH" != True ]; then
subdomains="$subdomains,conn.$domain,en.conn.$domain,nl.conn.$domain,conn.ipv6.$domain,en.conn.ipv6.$domain,nl.conn.ipv6.$domain,www.conn.ipv6.$domain"
subdomains="$subdomains,conn.$domain,en.conn.$domain,nl.conn.$domain,conn.ipv6.$domain,en.conn.ipv6.$domain,nl.conn.ipv6.$domain"
fi
if [ ! -z $REDIRECT_DOMAINS ];then
subdomains="$subdomains,$REDIRECT_DOMAINS"
Expand Down

0 comments on commit 58a4b06

Please sign in to comment.