Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
docs: clarify intermediate certificate creation instructions
authorBruce Momjian <bruce@momjian.us>
Mon, 31 Aug 2020 20:21:03 +0000 (16:21 -0400)
committerBruce Momjian <bruce@momjian.us>
Mon, 31 Aug 2020 20:21:03 +0000 (16:21 -0400)
Specifically, explain the v3_ca openssl specification.

Discussion: https://postgr.es/m/20200824175653.GA32411@momjian.us

Backpatch-through: 9.5

doc/src/sgml/runtime.sgml

index 1abfc8515c32bf4b79c393b98ea9525d58237722..a73e9d78e3e7d89eff7d02927ce7b9ea05438331 100644 (file)
@@ -2260,8 +2260,10 @@ pg_dumpall -p 5432 | psql -d postgres -p 5433
    The certificates of <quote>intermediate</quote> certificate authorities
    can also be appended to the file.  Doing this avoids the necessity of
    storing intermediate certificates on clients, assuming the root and
-   intermediate certificates were created with <literal>v3_ca</literal>
-   extensions.  This allows easier expiration of intermediate certificates.
+   intermediate certificates were created with <literal>v3_ca </literal>
+   extensions.  (This sets the certificate's basic constraint of
+   <literal>CA</literal> to <literal>true</literal>.)
+   This allows easier expiration of intermediate certificates.
   </para>
 
   <para>