x509/grep
This commit is contained in:
parent
fbe85048a7
commit
29a33e5787
1 changed files with 2 additions and 1 deletions
|
@ -225,7 +225,8 @@ spcd_openssl_x509() {
|
||||||
if [ -f "${1}" ]; then
|
if [ -f "${1}" ]; then
|
||||||
openssl x509 \
|
openssl x509 \
|
||||||
-in "${1}" \
|
-in "${1}" \
|
||||||
-noout -text
|
-noout -text |
|
||||||
|
grep "\(After\|Before\|Issuer\|Signature A\|Subject:\)"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue