In the docs, better distinguish server from client SSL settings in the documentation.
authorBruce Momjian
Tue, 18 Jan 2011 02:30:28 +0000 (21:30 -0500)
committerBruce Momjian
Tue, 18 Jan 2011 02:30:28 +0000 (21:30 -0500)
Ray Stell

Also fix some libpq title capitalization problems.

doc/src/sgml/libpq.sgml
doc/src/sgml/runtime.sgml

index fe661b8c52ae8fecb9704ceeb0e08a2aeb3a03aa..1606a569080e0a6da8ec6ffb45782d4a5781de51 100644 (file)
@@ -6641,7 +6641,7 @@ ldap://ldap.acme.com/cn=dbserver,cn=hosts?pgconnectinfo?base?(objectclass=*)
   
 
  
-  C<span class="marked">ertificate verification</span>
+  C<span class="marked">lient Verification of Server Certificates</span>
 
   
    By default, PostgreSQL will not perform any verification of
@@ -6696,7 +6696,7 @@ ldap://ldap.acme.com/cn=dbserver,cn=hosts?pgconnectinfo?base?(objectclass=*)
  
 
  
-  Client <span class="marked">c</span>ertificates
+  Client <span class="marked">C</span>ertificates
 
   
    If the server requests a trusted client certificate,
@@ -6738,7 +6738,7 @@ ldap://ldap.acme.com/cn=dbserver,cn=hosts?pgconnectinfo?base?(objectclass=*)
  
 
  
-  Protection <span class="marked">provided in different m</span>odes
+  Protection <span class="marked">Provided in Different M</span>odes
 
   
    The different values for the sslmode parameter provide different
@@ -6746,7 +6746,7 @@ ldap://ldap.acme.com/cn=dbserver,cn=hosts?pgconnectinfo?base?(objectclass=*)
    protection against three types of attacks:
   
   
-   SSL <span class="marked">a</span>ttacks
+   SSL <span class="marked">A</span>ttacks
    
     
      
@@ -6821,7 +6821,7 @@ ldap://ldap.acme.com/cn=dbserver,cn=hosts?pgconnectinfo?base?(objectclass=*)
   
 
   
-   SSL <span class="marked">mode d</span>escriptions
+   SSL <span class="marked">Mode D</span>escriptions
    
     
      
@@ -6912,7 +6912,7 @@ ldap://ldap.acme.com/cn=dbserver,cn=hosts?pgconnectinfo?base?(objectclass=*)
  
 
  
-  SSL File Usage
+  SSL <span class="marked">Client </span>File Usage
   
    Libpq/Client SSL File Usage
    
@@ -6958,7 +6958,7 @@ ldap://ldap.acme.com/cn=dbserver,cn=hosts?pgconnectinfo?base?(objectclass=*)
  
 
  
-  SSL <span class="marked">library i</span>nitialization
+  SSL <span class="marked">Library I</span>nitialization
 
   
    If your application initializes libssl and/or
index 8911e99e204a8343c05536a437b154450bfa7ebd..9b92bec2201e49141493f73442663156cbf90809 100644 (file)
@@ -1770,27 +1770,27 @@ $ kill -INT `head -1 /usr/local/pgsql/data/postmaster.pid`
     
 
      
-      server.crt
+      $PGDATA/server.crt
       server certificate
       sent to client to indicate server's identity
      
 
      
-      server.key
+      $PGDATA/server.key
       server private key
       proves server certificate was sent by the owner; does not indicate
       certificate owner is trustworthy
      
 
      
-      root.crt
+      $PGDATA/root.crt
       trusted certificate authorities
       checks that client certificate is
       signed by a trusted certificate authority
      
 
      
-      root.crl
+      $PGDATA/root.crl
       certificates revoked by certificate authorities
       client certificate must not be on this list