mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
review comment by @rhy-jot
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user