Update documentation.
This commit is contained in:
parent
7b7227aefb
commit
9b89c2a3b5
@ -9,6 +9,7 @@ guacd \- Guacamole proxy daemon
|
|||||||
[\fB-l\fR \fIPORT\fR]
|
[\fB-l\fR \fIPORT\fR]
|
||||||
[\fB-p\fR \fIPID FILE\fR]
|
[\fB-p\fR \fIPID FILE\fR]
|
||||||
[\fB-C\fR \fICERTIFICATE FILE\fR]
|
[\fB-C\fR \fICERTIFICATE FILE\fR]
|
||||||
|
[\fB-K\fR \fIKEY FILE\fR]
|
||||||
[\fB-A\fR \fICIPHER1:CIPHER2:...\fR]
|
[\fB-A\fR \fICIPHER1:CIPHER2:...\fR]
|
||||||
[\fB-f\fR]
|
[\fB-f\fR]
|
||||||
.
|
.
|
||||||
@ -62,9 +63,15 @@ this instance of
|
|||||||
.B guacd
|
.B guacd
|
||||||
will require SSL/TLS enabled in the client (the web application). If
|
will require SSL/TLS enabled in the client (the web application). If
|
||||||
this option is not given, communication with guacd must be unencrypted.
|
this option is not given, communication with guacd must be unencrypted.
|
||||||
[\fB-A\fR \fICIPHER1:CIPHER2:...\fR]
|
|
||||||
.TP
|
.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
|
Given a colon-delimited list of ciphers, this option selects which
|
||||||
ciphers will be available for SSL/TLS connections. If this option is
|
ciphers will be available for SSL/TLS connections. If this option is
|
||||||
not given, and encryption is enabled, all ciphers will be available
|
not given, and encryption is enabled, all ciphers will be available
|
||||||
|
Loading…
Reference in New Issue
Block a user