Objective: To generate a certificate and private key for use by MS IIS server.


Used openssl to create the CA self signed cert.

Generated a cert request using openssl.
Issued request to the CA.
CA signs it and generates the cert.

We need this certificate to be loaded into an IIS certificate store.

How do we do it please?


We *think* pkvtool can do this?

C:\temp\ca>pvk -in \ca\keys\blkey.pem -topvk -out x.pvk
Enter PEM pass phrase:
Enter Password:
Verifying - Enter Password:

Produces an output, x.pvk.
This isn't recognisable by the Microsoft Managment Console (with cert add-in).

I.e. It seems not to be usable by IIS?

Any suggestions please

--
Dave Pawson
XSLT XSL-FO FAQ.
http://www.dpawson.co.uk
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to