Skip to content

Commit 9d31dae

Browse files
committed
added execute permissions to init-letsencrypt.sh
1 parent 553525f commit 9d31dae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init-letsencrypt.sh

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ if ! [ -x "$(command -v docker-compose)" ]; then
55
exit 1
66
fi
77

8-
domains=(example.com www.example.com)
8+
domains=(localhost YossiNi-Lap-AX)
99
rsa_key_size=4096
1010
data_path="./data/certbot"
1111
email="" # Adding a valid address is strongly recommended

0 commit comments

Comments
 (0)