Skip to content

Instantly share code, notes, and snippets.

@ivaliullinbars
Created March 27, 2019 14:49
Show Gist options
  • Select an option

  • Save ivaliullinbars/6c3cc6ca50d49bf769ef0caa89d2094f to your computer and use it in GitHub Desktop.

Select an option

Save ivaliullinbars/6c3cc6ca50d49bf769ef0caa89d2094f to your computer and use it in GitHub Desktop.
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