Last active
June 25, 2020 14:22
-
-
Save varantes/df9dcdb0359d2093963ecf04509b072e to your computer and use it in GitHub Desktop.
Geração de Certifricado e Chave Privada SSL para ambiente de DEV
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
- 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