Skip to content

Instantly share code, notes, and snippets.

@codeprimate
Created February 8, 2017 16:05
Show Gist options
  • Save codeprimate/6c080288c29552972e43065004b5ac2b to your computer and use it in GitHub Desktop.
Save codeprimate/6c080288c29552972e43065004b5ac2b to your computer and use it in GitHub Desktop.
Convert Apple iOS Certificate to PEM
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