feat: add *.testing.sutty.nl to certificate
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
f 2023-04-22 15:01:59 -03:00
parent 10f4e97722
commit aa98a37b8b

View file

@ -55,7 +55,8 @@ case $1 in
--email "certbot@${SUTTY}" \
--agree-tos \
-d "${SUTTY}" \
-d "*.${SUTTY}"
-d "*.${SUTTY}" \
-d "*.testing.${SUTTY}"
touch "${updated}"