Skip to content

Commit 4de77dc

Browse files
committed
Change default domains to example.com/www.example.com
This should make it clearer that init-letsencrypt creates *one* certificate for all domains
1 parent 581a693 commit 4de77dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init-letsencrypt.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
domains=(example.com example.org)
3+
domains=(example.com www.example.com)
44
rsa_key_size=4096
55
data_path="./data/certbot"
66
email="" # Adding a valid address is strongly recommended

0 commit comments

Comments
 (0)