author | Sven Velt <sven@velt.de> | |
Tue, 9 Feb 2010 14:03:05 +0000 (15:03 +0100) | ||
committer | Sven Velt <sven@velt.de> | |
Tue, 9 Feb 2010 14:18:35 +0000 (15:18 +0100) | ||
commit | 3ce04dca4f92dc1486d31fdd4676a5cb4e05a810 | |
tree | 22fd1532a69ff6faf5f1f66e1ccf0aed272857e7 | tree | snapshot |
parent | 855195b745afb64c34a89278a283a3fecb46f510 | commit | diff |
conf2http can now use SSL!
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
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
init.d/nagixsc_conf2http | [new file with mode: 0755] | blob |
nagixsc.py | diff | blob | history | |
nagixsc_conf2http.py | diff | blob | history | |
sample-configs/conf2http.cfg | diff | blob | history |