Answers for "show if certificate is expired terminal"

-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 "show if certificate is expired terminal"

Browse Popular Code Answers by Language