Answers for "openssl command to check certificate expiry"

-1

script to get pem expiration date

$ openssl pkcs12 -in mycert.p12 -nodes | openssl x509 -noout -enddate
Posted by: Guest on November-05-2020

Code answers related to "openssl command to check certificate expiry"

Browse Popular Code Answers by Language