Re: IIS with openssl

1999-05-17 Thread Heber Jorge Ramos Brandao
Miguel Angel Fraga wrote: > Hi Heber, > > > The problem I´m having is: > > > > "The certificate file is not valid > > Invalid password" > > ... > > The command I´m using is: > > > > openssl ca -policy policy_anything -days 365 -out iiscert.pem -infiles > iis.req > > It seems to be OK. > > > Do

Re: IIS with openssl

1999-05-14 Thread Rafael Calzada Pradas
Hi Heber, Previously to generate the certificate request, I enabled Server Gated Cryptography. The process is described in http://www.microsoft.com/security/tech/sgc/EnableSGC.asp You need to edit the registry of your NT server, and create HKEY_LOCAL_MACHINE\SYSTEM\CurrentContro

Re: IIS with openssl

1999-05-14 Thread Miguel Angel Fraga
Hi Heber, > The problem I´m having is: > > "The certificate file is not valid > Invalid password" > ... > The command I´m using is: > > openssl ca -policy policy_anything -days 365 -out iiscert.pem -infiles iis.req It seems to be OK. > Do you have any idea? 1. Certificate extensions... it wo

IIS with openssl

1999-05-13 Thread Heber Jorge Ramos Brandao
Hi all, Does anyone know how to sign requests (ssl server) generated by the MS IIS KeyManager, using "openssl ca"? I´m having problems with. The MS KeyManager says the signed certificate is invalid. I´ve been doing that for Apache with no problems. Thanks in advance, Heber. __