Code

conf2http can now use SSL!
authorSven Velt <sven@velt.de>
Tue, 9 Feb 2010 14:03:05 +0000 (15:03 +0100)
committerSven Velt <sven@velt.de>
Tue, 9 Feb 2010 14:18:35 +0000 (15:18 +0100)
Have a look at the conf2http.cfg! It *needs* two more options, "ssl" and
"sslcert". To be sure use a *FULL* pathname to key/cert file.

Create a key and self-signed certificate with:

% openssl req -x509 -nodes -days 365 -newkey rsa:1024 \
          -keyout server.pem -out server.pem


No differences found