Merge pull request #98 from jtyr/jtyr-fix

Fix comment indicating the end of the function
This commit is contained in:
Eric Crist 2016-06-29 10:15:15 -05:00 committed by GitHub
commit 5a429d22c7

View File

@ -928,7 +928,7 @@ verify_file() {
local format="$1" path="$2"
"$EASYRSA_OPENSSL" $format -in "$path" -noout 2>/dev/null || return 1
return 0
} # => verify_x509()
} # => verify_file()
# show-* command backend
# Prints req/cert details in a readable format