diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml
index fe661b8c52..1606a56908 100644
--- a/doc/src/sgml/libpq.sgml
+++ b/doc/src/sgml/libpq.sgml
@@ -6641,7 +6641,7 @@ ldap://ldap.acme.com/cn=dbserver,cn=hosts?pgconnectinfo?base?(objectclass=*)
- Certificate verification
+ Client Verification of Server Certificates
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 certificates
+ Client Certificates
If the server requests a trusted client certificate,
@@ -6738,7 +6738,7 @@ ldap://ldap.acme.com/cn=dbserver,cn=hosts?pgconnectinfo?base?(objectclass=*)
- Protection provided in different modes
+ Protection Provided in Different Modes
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 attacks
+ SSL Attacks
@@ -6821,7 +6821,7 @@ ldap://ldap.acme.com/cn=dbserver,cn=hosts?pgconnectinfo?base?(objectclass=*)
- SSL mode descriptions
+ SSL Mode Descriptions
@@ -6912,7 +6912,7 @@ ldap://ldap.acme.com/cn=dbserver,cn=hosts?pgconnectinfo?base?(objectclass=*)
- SSL File Usage
+ SSL Client File Usage
Libpq/Client SSL File Usage
@@ -6958,7 +6958,7 @@ ldap://ldap.acme.com/cn=dbserver,cn=hosts?pgconnectinfo?base?(objectclass=*)
- SSL library initialization
+ SSL Library Initialization
If your application initializes libssl> and/or
diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml
index 8911e99e20..9b92bec220 100644
--- a/doc/src/sgml/runtime.sgml
+++ b/doc/src/sgml/runtime.sgml
@@ -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