SSL and DocDB
- These notes assume that you are using
Apache.
If you are using a different server, please refer to that documentation.
- The standard apache distributed by RedHat (and found in SL3) defines
a default secure server via /etc/httpd/conf.d/ssl.conf.
You may wish to remove (or rename) this file and merge its contents
with /etc/httpd/conf/httpd.conf.
- Get the Certificate Authority certificates
- Modify httpd.conf and/or ssl.conf
- Get signed server certificates
- Some of the information on these pages has been gleaned from
Mark Mengel's SSL instructions