Help for this page

Select Code to Download


  1. or download this
    <FilesMatch "\.(do|cgi|shtml|phtml|php)$">
      SSLOptions +StdEnvVars +ExportCertData
    </FilesMatch>
    
  2. or download this
    #!/usr/bin/perl
    use CGI qw(:standard);
    ...
      print "ERROR: Client certificate not presented to webserver for auth
    +entication";
    }
    print end_html;