diff doc/roundup-server.ini.example @ 3883:679118b572d5

add SSL to roundup-server via pyopenssl If pyopenssl is installed you can enable SSL support in roundup-server through two new config options. new command line options: -s enable SSL -e specify key/cert PEM (optional) If no key/cert is specified a warning is printed and a temporary, self-signed key+cert is generated for you. Updated docs for all this.
author Justus Pendleton <jpend@users.sourceforge.net>
date Mon, 03 Sep 2007 17:20:07 +0000
parents 2359d6304a4f
children 96dc9f07340a
line wrap: on
line diff
--- a/doc/roundup-server.ini.example	Mon Sep 03 17:14:09 2007 +0000
+++ b/doc/roundup-server.ini.example	Mon Sep 03 17:20:07 2007 +0000
@@ -9,6 +9,8 @@
 ;pidfile = 
 ;logfile = 
 ;template =
+;ssl = no
+;pem =
 
 
 ; Add one of these per tracker being served

Roundup Issue Tracker: http://roundup-tracker.org/