2002-09-24 14:29:55 +02:00
|
|
|
===========================================================================
|
2002-11-20 00:03:53 +01:00
|
|
|
$NetBSD: MESSAGE,v 1.4 2002/11/19 23:03:53 jlam Exp $
|
1998-12-03 18:22:01 +01:00
|
|
|
|
2000-09-12 16:05:16 +02:00
|
|
|
You will need to generate certificates and keys for your server before
|
|
|
|
Apache will start with mod_ssl support. Please read
|
|
|
|
|
2001-01-29 12:34:21 +01:00
|
|
|
${PREFIX}/share/doc/mod_ssl/README.mkcert
|
2000-09-12 16:05:16 +02:00
|
|
|
|
|
|
|
for more information on how to do this.
|
|
|
|
|
2002-11-20 00:03:53 +01:00
|
|
|
The SSL-specific configuration parts of the default httpd.conf are
|
|
|
|
bracketed by:
|
1998-12-03 18:22:01 +01:00
|
|
|
|
|
|
|
<IfDefine SSL>
|
|
|
|
</IfDefine>
|
|
|
|
|
2002-11-20 00:03:53 +01:00
|
|
|
In order to start Apache with mod_ssl support, you need to run Apache
|
|
|
|
with "apachectl startssl" instead of "apachectl start". This may be done
|
|
|
|
by adding:
|
|
|
|
|
|
|
|
apache=YES
|
|
|
|
apache_start="startssl"
|
|
|
|
|
|
|
|
to /etc/rc.conf.
|
|
|
|
|
2002-09-24 14:29:55 +02:00
|
|
|
===========================================================================
|