Answers for "check pem expiration date"

1

check pem expiration date

openssl x509 -enddate -noout -in file.pem
Posted by: Guest on January-26-2021
-1

script to get pem expiration date

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

Browse Popular Code Answers by Language