RE: Using openssl to generate keys for IIS

2000-09-12 Thread Dearnaley (EXT), Roger
> Some people have reported success by converting the key to NET format: > > openssl rsa -in prkey.pem -outform NET -out key.net > > The latest snapshot of OpenSSL also has an -sgckey flag which > is needed > on some version of IIS which use a modified algorithm. OK, I seem to have it working.

Re: Using openssl to generate keys for IIS

2000-09-10 Thread Amit Chopra
I faced a simlar problem even when importing certificates generated from IIS generated requests. The password asked for was the the password for the IUSR_hostname account. There's some documentation available on the web about this. But I was unable to import openssl generated certificates. Regar

Re: Using openssl to generate keys for IIS

2000-09-10 Thread Dr S N Henson
Some people have reported success by converting the key to NET format: openssl rsa -in prkey.pem -outform NET -out key.net The latest snapshot of OpenSSL also has an -sgckey flag which is needed on some version of IIS which use a modified algorithm. Steve. -- Dr Stephen N. Henson. http://www

Re: Using openssl to generate keys for IIS

2000-09-10 Thread Ivan Dolezal
Recently I noticed a similar problem: I couldn't import a certificate to Key Manager (but the request was generated in the Key Manager, not with OpenSSL). The problem symptom was incorrect password too. The solution was to open the certificate in Notepad (or other ASCII application) and delete