Created
October 7, 2014 18:31
-
-
Save vixvix/2f7b5ed617014749ae76 to your computer and use it in GitHub Desktop.
P12 Inspection
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://magnus-k-karlsson.blogspot.ca/2010/02/how-to-see-expiration-date-and-other.html | |
openssl pkcs12 -in maka.p12 -info | |
-----BEGIN CERTIFICATE----- | |
The content to copy... | |
-----END CERTIFICATE----- | |
openssl x509 -in <your_file.crt> -inform PEM -text |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment