From 26b10e7fe8bf3e1bb4bcc1a0d6a654edc75b2bba Mon Sep 17 00:00:00 2001 From: Jan Kneschke Date: Sun, 31 Jul 2005 09:20:42 +0000 Subject: [PATCH] minor additions git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@486 152afb58-edef-0310-8abb-c4023f1b3aa9 --- doc/configuration.txt | 1 + doc/ssl.txt | 3 +++ 2 files changed, 4 insertions(+) diff --git a/doc/configuration.txt b/doc/configuration.txt index 31a39031..685466a7 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -80,6 +80,7 @@ $HTTP["url"] $SERVER["socket"] match on socket. Value must be on the format "$ip:$port" where $ip is an IP address and $port a port number. Only equal match (==) is supported. + It also binds to this socket. is one of: diff --git a/doc/ssl.txt b/doc/ssl.txt index f2f561bd..81b92158 100644 --- a/doc/ssl.txt +++ b/doc/ssl.txt @@ -44,7 +44,10 @@ SSL-servers with one lighttpd: :: server.document-root = "/www/servers/www.example.org/pages/" } +If you have a .crt and a .key file cat them together into a single PEM file: +:: + $ cat host.key host.crt > host.pem Self-Signed Certificates