2 # Apache OPENSSL configuration file
6 # Define what type of system this is.
8 $clientSys = "openssl";
11 # Cipher conversion table file
13 $cipherTableFile = "$certDir/cipher.list";
15 #--------------------------------------------
16 # Web server specific variables start here:
20 # Location of installed openssl binary
22 $opensslb = "/usr/local/bin/openssl";
26 # General location of apache server
28 $apacheHttpd="/var/httpd-ssl";
33 $reqFile = "$apacheHttpd/cgi-bin/sslreq.dat";
36 # OpenSSL certificate directory
38 $certDir = "$apacheHttpd/cert";
43 $caCertFile = "$certDir/serverCA.crt";