Update documentation.

This commit is contained in:
Michael Jumper 2013-07-22 15:45:40 -07:00
parent 7b7227aefb
commit 9b89c2a3b5

View File

@ -9,6 +9,7 @@ guacd \- Guacamole proxy daemon
[\fB-l\fR \fIPORT\fR]
[\fB-p\fR \fIPID FILE\fR]
[\fB-C\fR \fICERTIFICATE FILE\fR]
[\fB-K\fR \fIKEY FILE\fR]
[\fB-A\fR \fICIPHER1:CIPHER2:...\fR]
[\fB-f\fR]
.
@ -62,9 +63,15 @@ this instance of
.B guacd
will require SSL/TLS enabled in the client (the web application). If
this option is not given, communication with guacd must be unencrypted.
[\fB-A\fR \fICIPHER1:CIPHER2:...\fR]
.TP
\fB-a\fR \fICIPHER1:CIPHER2:...\fR
\fB-K\fR \fIKEY FILE\fR
Enables SSL/TLS using the given private key file. Future connections to
this instance of
.B guacd
will require SSL/TLS enabled in the client (the web application). If
this option is not given, communication with guacd must be unencrypted.
.TP
\fB-A\fR \fICIPHER1:CIPHER2:...\fR
Given a colon-delimited list of ciphers, this option selects which
ciphers will be available for SSL/TLS connections. If this option is
not given, and encryption is enabled, all ciphers will be available