pkgsrc/www/ap-ssl/files
2001-03-13 20:54:47 +00:00
..
apache_start.conf Update ap-ssl to 2.8.0. Relevant changes from version 2.7.1: 2001-02-02 16:41:22 +00:00
md5 Update ap-ssl to 2.8.1. No functional changes from ap-ssl-2.8.0 -- just 2001-03-13 20:54:47 +00:00
patch-sum Update ap-ssl to 2.8.0. Relevant changes from version 2.7.1: 2001-02-02 16:41:22 +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