Skip to content

Instantly share code, notes, and snippets.

@asterion
Last active February 15, 2021 11:48
Show Gist options
  • Save asterion/2fb23c075363127e3d808f723c21ea59 to your computer and use it in GitHub Desktop.
Save asterion/2fb23c075363127e3d808f723c21ea59 to your computer and use it in GitHub Desktop.
SSL

Inpeccionar SSL

openssl s_client -connect <url>:443

Leer información desde un archivo crt

openssl x509 -text -noout -in certificate.crt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment