diff doc/roundup-server.1 @ 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 daedf66344f7
line wrap: on
line diff
--- a/doc/roundup-server.1	Mon Sep 03 17:14:09 2007 +0000
+++ b/doc/roundup-server.1	Mon Sep 03 17:20:07 2007 +0000
@@ -26,6 +26,13 @@
 The variable "trackers" is available to the template and is a dict of all
 configured trackers.
 .TP
+\fB-s\fP
+Enables to use of SSL.
+.TP
+\fB-e\fP \fIfile\fP
+Sets a filename containing the PEM file to use for SSL. If left blank, a
+temporary self-signed certificate will be used.
+.TP
 \fB-h\fP
 print help
 .TP

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