Skip to content

Instantly share code, notes, and snippets.

@varantes
Last active June 25, 2020 14:22
Show Gist options
  • Save varantes/df9dcdb0359d2093963ecf04509b072e to your computer and use it in GitHub Desktop.
Save varantes/df9dcdb0359d2093963ecf04509b072e to your computer and use it in GitHub Desktop.
Geração de Certifricado e Chave Privada SSL para ambiente de DEV
- Gerar o certificado:
http://www.selfsignedcertificate.com/
- Ver o conteúdo de um certificado utilizado em um site:
openssl s_client -connect www.certisign.com.br:443 | openssl x509 -noout -subject -issuer
- Ver o conteúdo de um certificado:
openssl x509 -noout -subject -issuer -in /d/Downloads/57187882_g5.cert
- Validar se uma chave é de um certifficado:
https://www.sslshopper.com/certificate-key-matcher.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment