[svnbook] r3955 committed - * src/en/book/ch09-reference.xml...

svnbook at googlecode.com svnbook at googlecode.com
Thu Aug 4 08:42:45 CDT 2011


Revision: 3955
Author:   cmpilato at gmail.com
Date:     Thu Aug  4 06:41:36 2011
Log:      * src/en/book/ch09-reference.xml
   Clarify that --trust-server-cert is spefically for ignoring warnings
   about unknown CAs.

Suggested by: danielsh

http://code.google.com/p/svnbook/source/detail?r=3955

Modified:
  /trunk/src/en/book/ch09-reference.xml

=======================================
--- /trunk/src/en/book/ch09-reference.xml	Thu Aug  4 05:25:08 2011
+++ /trunk/src/en/book/ch09-reference.xml	Thu Aug  4 06:41:36 2011
@@ -133,12 +133,12 @@
            <term><option>--trust-server-cert</option></term>
            <listitem>
              <para>When used with <option>--non-interactive</option>,
-              instructs Subversion to accept unknown SSL server
-              certificates without first prompting the user.  For
-              security's sake, you should use this option only when
-              the integrity of the remote server and the network path
-              between it and your client is known to be
-              trustworthy.</para>
+              instructs Subversion to accept SSL server certificates
+              issued by unknown certificate authorities without first
+              prompting the user.  For security's sake, you should use
+              this option only when the integrity of the remote server
+              and the network path between it and your client is known
+              to be trustworthy.</para>
            </listitem>
          </varlistentry>





More information about the svnbook-dev mailing list