mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
44 lines
640 B
INI
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";
|