Created
March 27, 2019 14:49
-
-
Save ivaliullinbars/6c3cc6ca50d49bf769ef0caa89d2094f to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| openssl x509 -in cert.crt -text | |
| # To open a DER certificate: | |
| openssl x509 -in cert.crt -inform DER -text | |
| # To display pkcs12 certificate information: | |
| openssl pkcs12 -in cert.crt -info |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment