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.

Using openssl to generate keys for IIS

2000-09-10 Thread Ivan Dolezal
day, September 09, 2000 11:35 PM Subject: Using openssl to generate keys for IIS > I would like to use openssl to generate keys and certificates for import > into Microsoft IIS 4.0 (since IIS only produces keys with up to 1024-bit RSA > moduli). > > I seem to have all the key generation a

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
er" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, September 09, 2000 11:35 PM Subject: Using openssl to generate keys for IIS > I would like to use openssl to generate keys and certificates for import > into Microsoft IIS 4.0 (since IIS only produces keys with up

Using openssl to generate keys for IIS

2000-09-09 Thread Dearnaley (EXT), Roger
I would like to use openssl to generate keys and certificates for import into Microsoft IIS 4.0 (since IIS only produces keys with up to 1024-bit RSA moduli). I seem to have all the key generation and signing stuff working, the problem is when I go to import the key and certificate into IIS. The