You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by mj...@apache.org on 2018/02/02 20:28:53 UTC

[10/13] guacamole-manual git commit: GUACAMOLE-197: Change wording of CA and Key file properties.

GUACAMOLE-197: Change wording of CA and Key file properties.


Project: http://git-wip-us.apache.org/repos/asf/guacamole-manual/repo
Commit: http://git-wip-us.apache.org/repos/asf/guacamole-manual/commit/a8ca1a69
Tree: http://git-wip-us.apache.org/repos/asf/guacamole-manual/tree/a8ca1a69
Diff: http://git-wip-us.apache.org/repos/asf/guacamole-manual/diff/a8ca1a69

Branch: refs/heads/master
Commit: a8ca1a6951769759b2c95728af7e59462fc19841
Parents: 376e606
Author: Nick Couchman <vn...@apache.org>
Authored: Fri Feb 2 10:44:41 2018 -0500
Committer: Nick Couchman <vn...@apache.org>
Committed: Fri Feb 2 10:44:41 2018 -0500

----------------------------------------------------------------------
 src/chapters/radius-auth.xml | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/guacamole-manual/blob/a8ca1a69/src/chapters/radius-auth.xml
----------------------------------------------------------------------
diff --git a/src/chapters/radius-auth.xml b/src/chapters/radius-auth.xml
index bd91dac..95ca23d 100644
--- a/src/chapters/radius-auth.xml
+++ b/src/chapters/radius-auth.xml
@@ -157,10 +157,10 @@
                 <term><property>radius-key-file</property></term>
                 <listitem>
                     <para>The combination certificate and private key pair to use for TLS-based
-                        RADIUS protocols that require a client-side certificate.  The file should be
-                        present in the GUACAMOLE_HOME directory, and should be readable by the user
-                        running Tomcat (or whatever Java servlet container you're running).  If not
-                        specified, this defaults to radius.pem.</para>
+                        RADIUS protocols that require a client-side certificate.  This parameter
+                        should specify the absolute path to the file.  By default the extension
+                        will look for a file called radius.pem in the GUACAMOLE_HOME directory.
+                        </para>
                 </listitem>
             </varlistentry>
             <varlistentry>
@@ -182,9 +182,10 @@
             <varlistentry>
                 <term><property>radius-ca-file</property></term>
                 <listitem>
-                    <para>The file that stores the certificate authority certificates for the
-                        connection to the RADIUS server.  Defaults to no file - if specified, the
-                        file must be present in the GUACAMOLE_HOME directory.</para>
+                    <para>The absolute path to the file that stores the certificate authority
+                        certificates for encrypted connections to the RADIUS server.  By default
+                        a file with the name ca.crt in the GUACAMOLE_HOME directory will be used.
+                        </para>
                 </listitem>
             </varlistentry>
             <varlistentry>