pgsql: doc: update intermediate certificate instructions

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: doc: update intermediate certificate instructions
Date: 2018-01-21 02:47:16
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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/[email protected]

Reviewed-by: Michael Paquier

Backpatch-through: 9.3

Branch
------
REL9_6_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/d516aea6591e03edd92e781dad07367117a7cd91

Modified Files
--------------
doc/src/sgml/libpq.sgml | 75 ++++++++++++--------
doc/src/sgml/runtime.sgml | 171 ++++++++++++++++++++++++++++++----------------
2 files changed, 159 insertions(+), 87 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2018-01-21 12:44:46 pgsql: Fix wording of "hostaddrs"
Previous Message Peter Eisentraut 2018-01-20 13:04:48 pgsql: Improve type conversion of SPI_processed in Python