Changeset 302
- Timestamp:
- 04/25/2005 11:13:11 AM (3 years ago)
- Files:
-
- 1 modified
-
trunk/doc/ssl.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/ssl.txt
r226 r302 22 22 =========== 23 23 24 lighttpd support SSLv2 and SSLv3 if it compiled against openssl. 24 lighttpd support SSLv2 and SSLv3. It is using ((http:/www.openssl.org)(openssl)) 25 to provide this functionality.$a 26 27 If you are compiling lighttpd yourself you have to add ``--with-openssl`` 28 to the options of the ``configure``. 25 29 26 30 Configuration … … 45 49 } 46 50 51 If you are using an intermediate certificate please specify it as: :: 52 53 ssl.ca-file = "/path/to/intermediate.pem" 47 54 55 If you are migrating from Apache and have seperate files for certificate and key, 56 cat them together and build you server.pem that way: :: 57 58 $ cat server.crt server.key >> server.pem 48 59 49 60

