mirror of
https://github.com/wmnnd/nginx-certbot
synced 2023-04-20 18:47:46 +08:00
Update init-letsencrypt.sh
This commit is contained in:
parent
9d31dae19d
commit
2ab4744710
@ -5,7 +5,7 @@ if ! [ -x "$(command -v docker-compose)" ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
domains=(localhost YossiNi-Lap-AX)
|
||||
domains=(example.com www.example.com)
|
||||
rsa_key_size=4096
|
||||
data_path="./data/certbot"
|
||||
email="" # Adding a valid address is strongly recommended
|
||||
|
Loading…
x
Reference in New Issue
Block a user