fix: one certificate per domain

This commit is contained in:
f 2024-12-28 17:13:09 -03:00
parent 82a8af8a6e
commit e7b91c4466
No known key found for this signature in database

View file

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