fix: one certificate per domain
This commit is contained in:
parent
82a8af8a6e
commit
e7b91c4466
1 changed files with 1 additions and 3 deletions
|
@ -189,9 +189,7 @@ case $1 in
|
|||
--webroot \
|
||||
--agree-tos \
|
||||
--webroot-path /var/lib/letsencrypt \
|
||||
-d "${domain}" \
|
||||
-d "api.${domain}" \
|
||||
-d "www.${domain}" || ensure $?
|
||||
-d "${domain}" || ensure $?
|
||||
|
||||
touch "${updated}"
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue