You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by be...@apache.org on 2007/05/31 16:43:09 UTC

svn commit: r543144 - in /db/derby/docs/trunk/src: adminguide/cadminssladmin.dita adminguide/cadminsslkeys.dita adminguide/radmindrdasslmode.dita ref/rrefattribssl.dita

Author: bernt
Date: Thu May 31 07:43:08 2007
New Revision: 543144

URL: http://svn.apache.org/viewvc?view=rev&rev=543144
Log:
DERBY-2272 Some glitches in the first commit fixed

Modified:
    db/derby/docs/trunk/src/adminguide/cadminssladmin.dita
    db/derby/docs/trunk/src/adminguide/cadminsslkeys.dita
    db/derby/docs/trunk/src/adminguide/radmindrdasslmode.dita
    db/derby/docs/trunk/src/ref/rrefattribssl.dita

Modified: db/derby/docs/trunk/src/adminguide/cadminssladmin.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/adminguide/cadminssladmin.dita?view=diff&rev=543144&r1=543143&r2=543144
==============================================================================
--- db/derby/docs/trunk/src/adminguide/cadminssladmin.dita (original)
+++ db/derby/docs/trunk/src/adminguide/cadminssladmin.dita Thu May 31 07:43:08 2007
@@ -35,7 +35,7 @@
 java -jar derbyrun.jar server shutdown -ssl basic
 </codeblock>
 will shutdown an SSL-enabled server. Similarly, if you have
-peerAuthentication on both sides, use the following command
+peerAuthentication on both sides, use the following command:
 <codeblock>
 java -Djavax.net.ssl.keyStore=clientKeyStore.key \
      -Djavax.net.ssl.keyStorePassword=qwerty \

Modified: db/derby/docs/trunk/src/adminguide/cadminsslkeys.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/adminguide/cadminsslkeys.dita?view=diff&rev=543144&r1=543143&r2=543144
==============================================================================
--- db/derby/docs/trunk/src/adminguide/cadminsslkeys.dita (original)
+++ db/derby/docs/trunk/src/adminguide/cadminsslkeys.dita Thu May 31 07:43:08 2007
@@ -57,7 +57,7 @@
 </section>
 
 <section>
-<title>Install server certificate on the client (optional)</title>
+<title>Install client certificate on the server (optional)</title>
 <p>Optionally, the server may require peer authentication (the server
 wants to authenticate the clients). In this case, all clients need a
 key pair and all clients' certificates have to be installed in the

Modified: db/derby/docs/trunk/src/adminguide/radmindrdasslmode.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/adminguide/radmindrdasslmode.dita?view=diff&rev=543144&r1=543143&r2=543144
==============================================================================
--- db/derby/docs/trunk/src/adminguide/radmindrdasslmode.dita (original)
+++ db/derby/docs/trunk/src/adminguide/radmindrdasslmode.dita Thu May 31 07:43:08 2007
@@ -25,7 +25,7 @@
 </keywords>
 </metadata></prolog>
 <refbody>
-<section><p>The derby.drda.sslMode property indictaes whether the client
+<section><p>The derby.drda.sslMode property indicates whether the client
 connection is encrypted or not, and whether certificate based peer
 authentication is enabled.</p>  
 </section>

Modified: db/derby/docs/trunk/src/ref/rrefattribssl.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/ref/rrefattribssl.dita?view=diff&rev=543144&r1=543143&r2=543144
==============================================================================
--- db/derby/docs/trunk/src/ref/rrefattribssl.dita (original)
+++ db/derby/docs/trunk/src/ref/rrefattribssl.dita Thu May 31 07:43:08 2007
@@ -37,7 +37,7 @@
 
 <section><title>Combining with other attributes</title> <p>May be combined with all other attributes.</p> </section>
 <example> <title>Example</title>
-<p>Connecting <codeph>mydb</codeph> with basic SSL encryption</p> <codeblock><b>jdbc:derby://localhost/mydb;ssl=basic</b></codeblock> </example>
+<p>Connecting to <codeph>mydb</codeph> with basic SSL encryption:</p> <codeblock><b>jdbc:derby://localhost/mydb;ssl=basic</b></codeblock> </example>
 </refbody>
 </reference>