#!/usr/local/bin/perl # cert_form.cgi require './acl-lib.pl'; &ui_print_header(undef, $text{'cert_title'}, "", undef, undef, undef, undef, undef, undef, "language=VBSCRIPT onload='postLoad()'"); eval "use Net::SSLeay"; print "
$text{'cert_msg'}
\n"; if ($ENV{'SSL_USER'}) { print &text('cert_already', "$ENV{'SSL_USER'}"), "
\n";
}
if ($ENV{'HTTP_USER_AGENT'} =~ /MSIE/i) {
# Special VBscript and ActiveX hacks are needed for IE
print < ",&text('cert_ebrowser',
"$ENV{'HTTP_USER_AGENT'}")," \n";
}
&ui_print_footer("", $text{'index_return'});
\n";
print "
\n";
print "\n";
print " \n";
print "$text{'cert_header'} \n";
print "
\n";
print "$text{'cert_cn'} \n";
print " \n";
print "$text{'cert_email'} \n";
print " \n";
print "$text{'cert_ou'} \n";
print " \n";
print "$text{'cert_o'} \n";
print " \n";
print "$text{'cert_sp'} \n";
print " \n";
print "$text{'cert_c'} \n";
print " \n";
print "$text{'cert_key'} \n";
print "