#!/bin/sh
#
# Edit the paths and names in this file to reflect the location of
# openssl and your apache-ssl configuration and executable files.
#
# Path to openssl - to be added to system path.
SSLPATH=/usr/local/ssl/bin

# Path to your apache-ssl executables
APACHEPATH=/var/ssl/bin

# The name of your apache-ssl daemon 
APACHENAME=httpd

# The apache-ssl config file dir.  It is assumed that your certificate and
# key files are in the subdirs ssl.key and ssl.crt off of this dir.
APACHECFG=/etc/apache/ssl
