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