Import from 1.9a8 tarball
[mozilla-nss.git] / security / nss / tests / iopr / server_scr / apache_unix.cfg
blobb0f6c1b003fe60243eed988d4b7064a8994a81e2
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";
31 # HTTP Request file
33 $reqFile = "$apacheHttpd/cgi-bin/sslreq.dat";
36 # OpenSSL certificate directory
38 $certDir = "$apacheHttpd/cert";
41 # CA certificate file
43 $caCertFile = "$certDir/serverCA.crt";