Created
February 8, 2017 16:05
-
-
Save codeprimate/6c080288c29552972e43065004b5ac2b to your computer and use it in GitHub Desktop.
Convert Apple iOS Certificate to 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
openssl x509 -inform der -in certificate.cer -out certificate.pem |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment