Skip to content

Instantly share code, notes, and snippets.

@eduavila
Created February 9, 2024 21:09
Show Gist options
  • Save eduavila/aab7ac0b58024c9535087a5a6f86bc4e to your computer and use it in GitHub Desktop.
Save eduavila/aab7ac0b58024c9535087a5a6f86bc4e to your computer and use it in GitHub Desktop.
Gerar certificado x509 para PEM
Gerar certificado tipo pem.
~~~
openssl x509 -inform PEM -in cert.crt > public.pem
~~~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment