Merge pull request #98 from jtyr/jtyr-fix
Fix comment indicating the end of the function
This commit is contained in:
commit
5a429d22c7
@ -928,7 +928,7 @@ verify_file() {
|
|||||||
local format="$1" path="$2"
|
local format="$1" path="$2"
|
||||||
"$EASYRSA_OPENSSL" $format -in "$path" -noout 2>/dev/null || return 1
|
"$EASYRSA_OPENSSL" $format -in "$path" -noout 2>/dev/null || return 1
|
||||||
return 0
|
return 0
|
||||||
} # => verify_x509()
|
} # => verify_file()
|
||||||
|
|
||||||
# show-* command backend
|
# show-* command backend
|
||||||
# Prints req/cert details in a readable format
|
# Prints req/cert details in a readable format
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user