We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 553525f commit 9d31daeCopy full SHA for 9d31dae
init-letsencrypt.sh
100644
100755
@@ -5,7 +5,7 @@ if ! [ -x "$(command -v docker-compose)" ]; then
5
exit 1
6
fi
7
8
-domains=(example.com www.example.com)
+domains=(localhost YossiNi-Lap-AX)
9
rsa_key_size=4096
10
data_path="./data/certbot"
11
email="" # Adding a valid address is strongly recommended
0 commit comments