gecko/security/nss/tests/iopr/server_scr/apache_unix.cfg
2008-06-06 08:40:11 -04:00

44 lines
640 B
INI

#
# Apache OPENSSL configuration file
#
#
# Define what type of system this is.
#
$clientSys = "openssl";
#
# Cipher conversion table file
#
$cipherTableFile = "$certDir/cipher.list";
#--------------------------------------------
# Web server specific variables start here:
#
#
# Location of installed openssl binary
#
$opensslb = "/usr/local/bin/openssl";
#
# General location of apache server
#
$apacheHttpd="/var/httpd-ssl";
#
# HTTP Request file
#
$reqFile = "$apacheHttpd/cgi-bin/sslreq.dat";
#
# OpenSSL certificate directory
#
$certDir = "$apacheHttpd/cert";
#
# CA certificate file
#
$caCertFile = "$certDir/serverCA.crt";