Created
February 9, 2024 21:09
-
-
Save eduavila/aab7ac0b58024c9535087a5a6f86bc4e to your computer and use it in GitHub Desktop.
Gerar certificado x509 para PEM
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 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