RE: how to generate a client certificate for IIS4.0

2001-03-23 Thread Nyers, Gabor
Nancho, For every certificate I generate from script a custom .cnf file. The relevant parts of the configuration file are: [ req ] prompt = no distinguished_name = req_distinguished_name output_password = [ req_distinguished_name ] C

RE: how to generate a client certificate for IIS4.0

2001-03-23 Thread jnogueira
Could you, Please, send me the openssl.cnf (or relevant part of it) you used to sign the certificate. The sign script I use creates one .cnf on the fly so check it out. The proccess I follow is this: I generate the key: openssl genrsa -des3 -out clienteNets-dsa.key 1024 Then I generate the c

RE: how to generate a client certificate for IIS4.0

2001-03-23 Thread Nyers, Gabor
Nacho, These extensions do work with IIS (the certificate is generated using openssl 0.9.6). X509v3 extensions: X509v3 Basic Constraints: CA:FALSE Netscape Comment: Telfort SITB authentication Netscape Cert Type:

Re: how to generate a client certificate for IIS4.0

2001-03-21 Thread Greg Stark
extensions in your certificate. _ Greg Stark Ethentica, Inc. [EMAIL PROTECTED] _ - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 21, 2001 1:10 PM Subject: Re: how t

Re: how to generate a client certificate for IIS4.0

2001-03-21 Thread jnogueira
No! my bowser shows me the 2 certificates, the working one and the non working one. He sends the a list of CA's whith the 2 signing CA's. And I've tried to generate a client certificate with safelayer and it works too! the safelayer cert and the NT one share this extensions: X509v

Re: how to generate a client certificate for IIS4.0

2001-03-21 Thread Greg Stark
the server-specified CA's. _ Greg Stark Ethentica, Inc. [EMAIL PROTECTED] _ - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 21, 2001 11:35 AM Subject:

how to generate a client certificate for IIS4.0

2001-03-21 Thread jnogueira
I need to connect to a IIS4.0 on a NT4.0 server requiring a client certificate, but i cannot generate a suitable client certificate using openssl. When i connect to the site the browser shows me a list with all the certificates i have to select one. But the only one that works is the one genera