Changeset 302

Show
Ignore:
Timestamp:
04/25/2005 11:13:11 AM (3 years ago)
Author:
jan
Message:

add ca-file, mention --with-openssl and talk about apache migration

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/doc/ssl.txt

    r226 r302  
    2222=========== 
    2323 
    24 lighttpd support SSLv2 and SSLv3 if it compiled against openssl. 
     24lighttpd support SSLv2 and SSLv3. It is using ((http:/www.openssl.org)(openssl)) 
     25to provide this functionality.$a 
     26 
     27If you are compiling lighttpd yourself you have to add ``--with-openssl``  
     28to the options of the ``configure``. 
    2529 
    2630Configuration 
     
    4549  } 
    4650 
     51If you are using an intermediate certificate please specify it as: :: 
     52   
     53  ssl.ca-file = "/path/to/intermediate.pem" 
    4754 
     55If you are migrating from Apache and have seperate files for certificate and key, 
     56cat them together and build you server.pem that way: :: 
     57 
     58  $ cat server.crt server.key >> server.pem 
    4859 
    4960