feat: add *.testing.sutty.nl to certificate
This commit is contained in:
parent
10f4e97722
commit
aa98a37b8b
1 changed files with 2 additions and 1 deletions
|
@ -55,7 +55,8 @@ case $1 in
|
||||||
--email "certbot@${SUTTY}" \
|
--email "certbot@${SUTTY}" \
|
||||||
--agree-tos \
|
--agree-tos \
|
||||||
-d "${SUTTY}" \
|
-d "${SUTTY}" \
|
||||||
-d "*.${SUTTY}"
|
-d "*.${SUTTY}" \
|
||||||
|
-d "*.testing.${SUTTY}"
|
||||||
|
|
||||||
touch "${updated}"
|
touch "${updated}"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue