comparison 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
comparison
equal deleted inserted replaced
3882:46ef2a6fd79d 3883:679118b572d5
24 \fB-i\fP \fIfile\fP 24 \fB-i\fP \fIfile\fP
25 Sets a filename to use as a template for generating the tracker index page. 25 Sets a filename to use as a template for generating the tracker index page.
26 The variable "trackers" is available to the template and is a dict of all 26 The variable "trackers" is available to the template and is a dict of all
27 configured trackers. 27 configured trackers.
28 .TP 28 .TP
29 \fB-s\fP
30 Enables to use of SSL.
31 .TP
32 \fB-e\fP \fIfile\fP
33 Sets a filename containing the PEM file to use for SSL. If left blank, a
34 temporary self-signed certificate will be used.
35 .TP
29 \fB-h\fP 36 \fB-h\fP
30 print help 37 print help
31 .TP 38 .TP
32 \fBname=\fP\fItracker home\fP 39 \fBname=\fP\fItracker home\fP
33 Sets the tracker home(s) to use. The name is how the tracker is 40 Sets the tracker home(s) to use. The name is how the tracker is

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