Skip to content

Commit 6d397cb

Browse files
committed
Add all variants of domain to default value
1 parent 8d10f99 commit 6d397cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deploy/certbot/bootstrap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22
set -eu
33

4-
DEFAULT_DOMAIN="amiiboapi.org"
4+
DEFAULT_DOMAINS="amiiboapi.org,www.amiiboapi.org"
55
CERTBOT_DOMAIN="${CERTBOT_DOMAIN:-$DEFAULT_DOMAIN}"
66
CERTBOT_EMAIL="${CERTBOT_EMAIL:-ssl-admin@amiiboapi.org}"
77
CERTBOT_WEBROOT="${CERTBOT_WEBROOT:-/var/www/certbot}"

0 commit comments

Comments
 (0)