Re: [strongSwan] Error exporting PKCS12 file...

2009-03-11 Thread Daniel Mentz
Richard Whittaker wrote: have Nortel Contivity Client installed, I was able to figure out this is Mar 10 16:13:18 enterprise pluto[5202]: packet from 207.189.243.42:500: af+type of ISAKMP Oakley attribute has an unknown value: 65535 Mar 10 16:13:18 enterprise pluto[5202]: packet from

[strongSwan] Error exporting PKCS12 file...

2009-03-10 Thread Richard Whittaker
Greetings: I realize this might not be the perfect list for my problem, but figure there are enough experts here to have an idea why I'm having this problem... I'm going through the instructions for setting up Strongswan with Windows at Nate Carlson's page, and I'm trying to export machine

Re: [strongSwan] Error exporting PKCS12 file...

2009-03-10 Thread Andreas Steffen
Hi Richard, unable to load private key means that rw.key is not found. Is the key file really located in the current directory or rather in the demoCA/private/ directory? Andreas Richard Whittaker wrote: Greetings: I realize this might not be the perfect list for my problem, but figure

Re: [strongSwan] Error exporting PKCS12 file...

2009-03-10 Thread Daniel Mentz
Richard Whittaker wrote: ad...@host:/var/sslca# openssl pkcs12 -export -in rw.pem -inkey rw.key -certfile demoCA/cacert.pem -out rw.p12 unable to load private key Is rw.key in PEM format? Take a look inside rw.key. It should be a text file and look something like -BEGIN RSA PRIVATE

Re: [strongSwan] Error exporting PKCS12 file...

2009-03-10 Thread Richard Whittaker
On Tue, March 10, 2009 11:53 am, Daniel Mentz wrote: Richard Whittaker wrote: ad...@host:/var/sslca# openssl pkcs12 -export -in rw.pem -inkey rw.key -certfile demoCA/cacert.pem -out rw.p12 unable to load private key Is rw.key in PEM format? Take a look inside rw.key. It should be a text