## Cria certificado com chave key do certificado
openssl pkcs12 -in certificado.pfx -nocerts -out cert.key
## Cria certificado tipo .pem
openssl pkcs12 -in certificado.pfx -out cert.pem -nodes
Created
December 27, 2024 17:38
-
-
Save eduavila/e11b819cd96e944e2c2ec45a8a7d2a9c to your computer and use it in GitHub Desktop.
Gerar .pem e key apartir .pfx
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment