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
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
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
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.
__