mirror of
https://github.com/wmnnd/nginx-certbot
synced 2023-04-20 18:47:46 +08:00
Use example.org
everywhere for consistency
This makes it a bit easier when doing a string search/replacement, by only having to replace `example.org`. Nginx's `app.conf` uses `example.org`.
This commit is contained in:
parent
ad4bb094c2
commit
831b8abd7e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user