1
0
mirror of https://github.com/wmnnd/nginx-certbot synced 2023-04-20 18:47:46 +08:00

Merge pull request #29 from Pixep/patch-1

Use `example.org` everywhere for consistency
This commit is contained in:
Philipp 2019-06-27 12:09:23 +02:00 committed by GitHub
commit 6ceb07489a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ if ! [ -x "$(command -v docker-compose)" ]; then
exit 1
fi
domains=(example.com www.example.com)
domains=(example.org www.example.org)
rsa_key_size=4096
data_path="./data/certbot"
email="" # Adding a valid address is strongly recommended