Re: I've modify CA.pl

1999-06-11 Thread Raul Gutierrez
SSL: > My experience : > to let iis allow ie show your testCA during connection, you should do > something in iis : > - get your CA cert ready in pem format > - in your NT, double click the above cert file to let certmgr appears > - install certificate > - Place the cert into by yourself at : > -

Re: I've modify CA.pl

1999-06-11 Thread ssl
One more point : "Key manager" accepts DER format when importing the openssl-signed cert. On Fri, 11 Jun 1999, Raul Gutierrez wrote: > Plasma: > > > Raul, and those who's interested , > > > > If you want to import certificate in IIS, here is the instructions I used, > > > > 1. Generate certific

Re: I've modify CA.pl

1999-06-11 Thread ssl
My experience : to let iis allow ie show your testCA during connection, you should do something in iis : - get your CA cert ready in pem format - in your NT, double click the above cert file to let certmgr appears - install certificate - Place the cert into by yourself at : - Show physical stores

Re: I've modify CA.pl

1999-06-11 Thread Raul Gutierrez
Plasma: > Raul, and those who's interested , > > If you want to import certificate in IIS, here is the instructions I used, > > 1. Generate certificate request using Certificate Manager with IIS, > 2. Sign the certificate request using openssl, or CA.pl -sign, > 3. Do a little translation (all in

Re: I've modify CA.pl

1999-06-11 Thread ³¯«Â§»
Raul, and those who's interested , If you want to import certificate in IIS, here is the instructions I used, 1. Generate certificate request using Certificate Manager with IIS, 2. Sign the certificate request using openssl, or CA.pl -sign, 3. Do a little translation (all in one line), openssl

Re: I've modify CA.pl

1999-06-09 Thread Raul Gutierrez
Steve. >No, its a problem with IIS: see my PKCS#12 FAQ. You need to install the >CA certificate in IIS so it can tell IE5.0 that it will accept a client >certificate from that CA. IE5 will only let you select a certificate >from the list of CAs a server sends. > I read your PKCS#12, it is very i

Re: I've modify CA.pl

1999-06-08 Thread Dr Stephen Henson
Raul Gutierrez wrote: > > Plasma: > > My problem is that i importe the certificate well, I see it in Personal > section of Tool>Internet Options>Contents>Certificate. i can see that this > certificate are valid :)) > > But my problem is that i have a IIS intalled whit SSL, when the IIS resquest

Re: I've modify CA.pl

1999-06-08 Thread Raul Gutierrez
TED]> To: <[EMAIL PROTECTED]> Cc: Raul Gutierrez <[EMAIL PROTECTED]> Sent: Monday, June 07, 1999 10:34 PM Subject: Re: I've modify CA.pl >Raul: > >> have another problem. I have a IIS4.0 on NT 4.0 instaled in my company, I >> setup SSL in this server so that

Re: I've modify CA.pl

1999-06-07 Thread ³¯«Â§»
Raul: > have another problem. I have a IIS4.0 on NT 4.0 instaled in my company, I > setup SSL in this server so that it resquest a client certificate when i > access to a page, but my IE5.0 dont show me the CERTIFICATE that i import in > format pkcs12, What can i do for the IE5.0 to show me this

Re: I've modify CA.pl

1999-06-04 Thread ³¯«Â§»
Raul: > I run your CA.pl and it run fine, i have some doubt about it :(( I'm very happy to hear that. ^_^ > When i issue a certificate and create a file .p12 of it certificate, if i > try to import this certificate in my IE 4.0 the IE 4.0 tell me that can't > import it. This is how I import .p

I've modify CA.pl

1999-06-02 Thread ³¯«Â§»
Hello, To anyone who's interested, I've modify CA.pl to meet my need, and hope it will help you too. For I'm new in Un*x environment, I still can not program in shell language, that's why only the Perl version is modified. For usage, please refer to CA.pl. Please send t