Skip to content

Instantly share code, notes, and snippets.

@eduavila
Created December 27, 2024 17:38
Show Gist options
  • Save eduavila/e11b819cd96e944e2c2ec45a8a7d2a9c to your computer and use it in GitHub Desktop.
Save eduavila/e11b819cd96e944e2c2ec45a8a7d2a9c to your computer and use it in GitHub Desktop.
Gerar .pem e key apartir .pfx

##  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




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