Check whether any certificates exist via script.

This commit is contained in:
2021-06-29 11:41:49 +00:00
parent 470df579cf
commit 48e6883031
2 changed files with 24 additions and 0 deletions

View File

@@ -109,3 +109,11 @@ echo "location / {
}"
} >> "$file"
# check whether certificates exist or not
if [ $HTTPS_PORT != "" ]; then
./check_certificates.sh;
fi