pkgsrc/www/ap-ssl/files
jlam fed7aee3f4 Update ap-ssl to 2.7.1 using mod_ssl-2.7.1-1.3.14. Also update apache to
1.3.14.1, adding a superminor version number to indicate possible EAPI
update.

   *) Fixed the parsing of SSLSessionCache directives. The prefixes were
      incorrectly skipped and leaded to "unable to open semaphore file"
      errors.
2000-10-17 18:14:15 +00:00
..
md5 Update ap-ssl to 2.7.1 using mod_ssl-2.7.1-1.3.14. Also update apache to 2000-10-17 18:14:15 +00:00
mod_ssl.conf Provide mechanism for ap-ssl to force start of apache with "startssl". 2000-09-12 14:52:43 +00:00
patch-sum Update ap-ssl to 2.6.6. Important fixes for memory leaks and segfaults. 2000-09-12 14:05:16 +00:00
README.mkcert Update ap-ssl to 2.6.6. Important fixes for memory leaks and segfaults. 2000-09-12 14:05:16 +00:00

$NetBSD: README.mkcert,v 1.1 2000/09/12 14:05:16 jlam Exp $

If you don't already have them, you will need to generate SSL certificates
and keys for your server before Apache will start with mod_ssl support.
You can do this with:

        @PREFIX@/sbin/mkcert.sh -t custom -a RSA

If you already have an existing server certificate and key, you will need
to run:

        @PREFIX@/sbin/mkcert.sh -t existing -c /path/to/cert -k /path/to/key

to generate new certificates from your existing ones.  For a more detailed,
step-by-step description of how to generate SSL certificates, point your
browser at:

	@PREFIX@/share/httpd/htdocs/manual/mod/mod_ssl/ssl_faq.html

After generating your SSL certificates, you should update the certificate
hashes with:

	cd @PREFIX@/etc/httpd/ssl.crt; make -f Makefile.crt update