Check whether any certificates exist via script.
This commit is contained in:
@@ -109,3 +109,11 @@ echo "location / {
|
||||
}"
|
||||
|
||||
} >> "$file"
|
||||
|
||||
# check whether certificates exist or not
|
||||
|
||||
if [ $HTTPS_PORT != "" ]; then
|
||||
./check_certificates.sh;
|
||||
fi
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user