-
John
Airey
Internet Systems Support Officer,
ITCSD, Royal National Institute for the Blind,
Bakewell Road, Peterborough PE2 6XU,
Tel.: +44 (0) 1733 375299 Fax: +44 (0) 1733 370848 [EMAIL PROTECTED]
-----Original Message-----Slamou alycom,
From: haikel [mailto:[EMAIL PROTECTED]]
Sent: 19 July 2001 10:06
To: [EMAIL PROTECTED]
Subject: Re: OpenSSL and IIS4Verify that IIS 4 use keys with lenght higher than 512 bits, if not upgrade your version of IIS.
Haikel MEJRI
David a écrit :
Hey,I am trying to setup https on IIS4 by using OpenSSL, I follow steps:
1. Create private key
openssl genrsa -des3 > holly.pem
2.Generate a CSR from your key
openssl req -new -key holly.pem > holly.csr
3. Generate a self-signed certificate
openssl req -x509 -key holly.pem -in holly.csr > holly.crt
4. From IIS4 key Manager select import key file: holly.pem and cert file:holly.crt.
I got error: wrong password.I am sure that I use exactly the same password, so what real problem is?
anyone has this experience.Thanks