I was able to make it work after some experimentation by doing this: Step 1 (same as Stefan's). Step 2: (dropped the -outform option from the first pkcs12 command) openssl pkcs12 -in c:\openssl\2015.pfx -nodes -nocerts -out c:\openssl\outtemp.key openssl rsa -in c:\openssl\outtemp.key -outform der -out c:\openssl\2015.key On Wednesday, February 11, 2015 at 9:39:36 AM UTC-5, Pete Marone wrote:
> Hi Stefan, > > When attempting the first part of step 2, I seem to be having an issue > with the -outform parameter, and looking at the options for pcks12, it > doesn't appear to exist. > > Might there be something I'm doing wrong, or is there another option you > are aware of? > > Thanks! > > Pete > > -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
