mirror of
https://github.com/wmnnd/nginx-certbot
synced 2023-04-20 18:47:46 +08:00
Change default domains to example.com/www.example.com
This should make it clearer that init-letsencrypt creates *one* certificate for all domains
This commit is contained in:
parent
581a693da2
commit
4de77dc45d
@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
domains=(example.com example.org)
|
||||
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