server and IIS4, but you can adopt the part of
configuring the client.
Regards,
Benny Chandra
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Rodrigo Coronado
Sent: 14 Agustus 2000 12:19
To: [EMAIL PROTECTED]
Subject: Re: Problem with root cert on web page.
No my friend, I mean exactly the opposite thing. I don't know ASP at all, but
I'd figure your code is well. At least it seems quite similar
to my Perl code (which I posted a few days ago). Anyway, the server side is
ok. Now when IE receives the file with the certificata, it
asks "What do you wan
half Of Rodrigo Coronado
Sent: 14 Agustus 2000 10:34
To: [EMAIL PROTECTED]
Subject: Re: Problem with root cert on web page.
Hi Benny. It was an error. I have IE 5.0 of course. And I did it again just
a
few minutes ago from IE 4.0. After that dialog box try "opening
the file from...bla bla".
To: [EMAIL PROTECTED]
Subject: Re: Problem with root cert on web page.
Yes you can. I did in IE 5.9 it and it worked just fine. This is my Perl
code:
#!/usr/bin/perl
require 5.003;
use strict;
use CGI;
my $cert_dir = "/usr/local/ssl/priv
I
think the latest version of IE is 5.5? How can you get IE 5.9, or it is not for
PC?. I try sending MIME header application//x-x509-ca-cert in IE 5.01 and it
open save dialog box instead intalling those certificate.
-Original Message-From:
[EMAIL PROTECTED] [mailto:[EMAIL PROTE
Yes you can. I did in IE 5.9 it and it worked just fine. This is my Perl
code:
#!/usr/bin/perl
require 5.003;
use strict;
use CGI;
my $cert_dir = "/usr/local/ssl/private";
my $cert_file = "CAcert.pem";
my $query = new CGI;
my $tipo = $query->param('FORMAT');
if ($tipo eq 'DER') { $cert_file = "CA
t; Benny Chandra
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Wyatt, Anthony
> Sent: 09 Agustus 2000 9:31
> To: '[EMAIL PROTECTED]'
> Subject: Problem with root cert on web page.
>
> Hi,
> I have a N
x27;[EMAIL PROTECTED]'
Subject: Problem with root cert on web page.
Hi,
I have a Netscape CA. I can get the root certificate off of it
without any problems, but I don't want anyone else in the world to have
access to it. So we thought we'd put the cert on our web page for p
Hi,
I have a Netscape CA. I can get the root certificate off of it
without any problems, but I don't want anyone else in the world to have
access to it. So we thought we'd put the cert on our web page for people to
collect. It has worked in the past with the following perl script:
# Op