review comment by @rhy-jot

This commit is contained in:
alexanderbeletsky
2013-08-08 10:17:39 +03:00
parent 9e9cc0c96e
commit 5ef7b00243

View File

@@ -15,7 +15,7 @@ if [[ -f "$HOME/VHOST" ]]; then
if [[ -f "$SSL/server.crt" ]] && [[ -f "$SSL/server.key" ]]; then
SSL_INUSE="$SSL"
elif [[ -f "$WILDCARD_SSL/server.crt" ]] && [[ -f "$WILDCARD_SSL/server.key" ]]; then
elif [[ -f "$WILDCARD_SSL/server.crt" ]] && [[ -f "$WILDCARD_SSL/server.key" ]] && [[ $hostname = `openssl x509 -in $WILDCARD_SSL/server.crt -noout -subject | tr '/' '\n' | grep CN= | cut -c4-` ]]; then
SSL_INUSE="$WILDCARD_SSL"
fi