Skip to content

Instantly share code, notes, and snippets.

@vixvix
Created October 7, 2014 18:31
Show Gist options
  • Save vixvix/2f7b5ed617014749ae76 to your computer and use it in GitHub Desktop.
Save vixvix/2f7b5ed617014749ae76 to your computer and use it in GitHub Desktop.
P12 Inspection
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