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 \
|
--webroot \
|
||||||
--agree-tos \
|
--agree-tos \
|
||||||
--webroot-path /var/lib/letsencrypt \
|
--webroot-path /var/lib/letsencrypt \
|
||||||
-d "${domain}" \
|
-d "${domain}" || ensure $?
|
||||||
-d "api.${domain}" \
|
|
||||||
-d "www.${domain}" || ensure $?
|
|
||||||
|
|
||||||
touch "${updated}"
|
touch "${updated}"
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in a new issue