1
0
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:
Philipp 2019-01-01 21:58:57 +01:00
parent 581a693da2
commit 4de77dc45d

View File

@ -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