Skip to content

Instantly share code, notes, and snippets.

@zeqk
Created October 26, 2017 17:59
Show Gist options
  • Select an option

  • Save zeqk/4f2d9474ebf614140bf6dc671c44eceb to your computer and use it in GitHub Desktop.

Select an option

Save zeqk/4f2d9474ebf614140bf6dc671c44eceb to your computer and use it in GitHub Desktop.
apple certificate openssl
openssl x509 -inform DER -outform PEM -in ios_development.cer -out ios_development.cer.pem
openssl pkcs12 -export -inkey keyname.key -in ios_development.cer.pem -out Certificates.p12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment