Skip to content

Commit

Permalink
Merge pull request wmnnd#29 from Pixep/patch-1
Browse files Browse the repository at this point in the history
Use `example.org` everywhere for consistency
  • Loading branch information
wmnnd authored Jun 27, 2019
2 parents ad4bb09 + 831b8ab commit 6ceb074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init-letsencrypt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6ceb074

Please sign in to comment.