How do i view the expiry date of an openssl certificate?



  • The expiry date on certificates created using openssl can be found using the following command:

    $ openssl x509 -in mycert.pem -noout -text|less
    

    Look for the Validity section.


Log in to reply
 

© Lightnetics 2024