README revision be7b08f10dc6b0be088c8b41009d89ea49ad4aca
0N/AThis currently won't work with Apache unaided. The manual things I
2362N/Ahave to do to make it work are:
0N/A
0N/ATo configure this module you must use:
0N/A
0N/A--enable-tls
0N/A--with-ssl=/path/to/ssl/library
0N/A
0N/AFor example:
0N/A
0N/A--enable-tls
0N/A--with-ssl=/home/rbb/openssl-0.9.6
0N/A
0N/ANOTE: You must be using OpenSSL 0.9.6 or later in order for this to work.
0N/A
0N/AThen all you need is "TLSFilter on" and "TLSCertificateFile <file>" in
0N/Ayour config, and you are away (note that the cert file must also
0N/Acontain the private key at present).
2362N/A
2362N/ABen Laurie, 11 Feb 2001.
2362N/A