Skip to content

Instantly share code, notes, and snippets.

@sathishshan
Created January 1, 2021 08:33
Show Gist options
  • Save sathishshan/2d92d3f005ffabf63b8a698500845aa2 to your computer and use it in GitHub Desktop.
Save sathishshan/2d92d3f005ffabf63b8a698500845aa2 to your computer and use it in GitHub Desktop.
open_ssl commands

openssl s_client -state -connect postman-echo.com:443 | openssl x509 -text

openssl x509 -inform DER -in cacert.der -out cacert.pem

openssl x509 -inform der -in cacert.der -out cacert.crt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment