Skip to content

Instantly share code, notes, and snippets.

@aschroder
Last active August 29, 2015 13:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aschroder/9060312 to your computer and use it in GitHub Desktop.
Save aschroder/9060312 to your computer and use it in GitHub Desktop.
OpenSSL command to split the private key out of the Xero .p12 partner certificate on OSX
openssl pkcs12 -in entrust-client.p12 -nocerts -nodes -out entrust-private.pem
# this command from here: http://developer.xero.com/documentation/getting-started/partner-applications/
# openssl pkcs12 -in entrust-client.p12 -nocerts -out entrust-private.pem
# did not work
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment