Changeset 486
- Timestamp:
- 07/31/2005 09:20:42 AM (3 years ago)
- Location:
- branches/lighttpd-1.3.x/doc
- Files:
-
- 2 modified
-
configuration.txt (modified) (1 diff)
-
ssl.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/lighttpd-1.3.x/doc/configuration.txt
r485 r486 81 81 match on socket. Value must be on the format "$ip:$port" where $ip is an IP 82 82 address and $port a port number. Only equal match (==) is supported. 83 It also binds to this socket. 83 84 84 85 <operator> is one of: -
branches/lighttpd-1.3.x/doc/ssl.txt
r89 r486 45 45 } 46 46 47 If you have a .crt and a .key file cat them together into a single PEM file: 48 :: 47 49 50 $ cat host.key host.crt > host.pem 48 51 49 52

