Created
April 5, 2016 01:47
-
-
Save thebentern/af234c4e1fcf81cca200298a98e0cc9c to your computer and use it in GitHub Desktop.
Convert PEM to CRT
This file contains 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
openssl x509 -outform der -in your-cert.pem -out your-cert.crt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment