doc: update intermediate certificate instructions

Bruce Momjian <bruce@momjian.us>

Commit: d516aea6591e03edd92e781dad07367117a7cd91
Author: Bruce Momjian <bruce@momjian.us>
Date: 2018-01-21T02:47:02Z
Releases: 9.6.7
doc:  update intermediate certificate instructions

Document how to properly create root and intermediate certificates using
v3_ca extensions and where to place intermediate certificates so they
are properly transferred to the remote side with the leaf certificate to
link to the remote root certificate.  This corrects docs that used to
say that intermediate certificates must be stored with the root
certificate.

Also add instructions on how to create root, intermediate, and leaf
certificates.

Discussion: https://postgr.es/m/20180116002238.GC12724@momjian.us

Reviewed-by: Michael Paquier

Backpatch-through: 9.3

Files

PathChange+/−
doc/src/sgml/libpq.sgml modified +45 −30
doc/src/sgml/runtime.sgml modified +114 −57

Documentation touched