We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70e791f commit b1ae70bCopy full SHA for b1ae70b
doc/src/sgml/runtime.sgml
@@ -2193,8 +2193,10 @@ pg_dumpall -p 5432 | psql -d postgres -p 5433
2193
The certificates of <quote>intermediate</quote> certificate authorities
2194
can also be appended to the file. Doing this avoids the necessity of
2195
storing intermediate certificates on clients, assuming the root and
2196
- intermediate certificates were created with <literal>v3_ca</literal>
2197
- 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
2198
+ <literal>CA</literal> to <literal>true</literal>.)
2199
+ This allows easier expiration of intermediate certificates.
2200
</para>
2201
2202
<para>
0 commit comments