File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Original file line number Diff line number Diff line change @@ -2298,8 +2298,10 @@ pg_dumpall -p 5432 | psql -d postgres -p 5433
2298
2298
The certificates of <quote>intermediate</> certificate authorities
2299
2299
can also be appended to the file. Doing this avoids the necessity of
2300
2300
storing intermediate certificates on clients, assuming the root and
2301
- intermediate certificates were created with <literal>v3_ca</>
2302
- extensions. This allows easier expiration of intermediate certificates.
2301
+ intermediate certificates were created with <literal>v3_ca </literal>
2302
+ extensions. (This sets the certificate's basic constraint of
2303
+ <literal>CA</literal> to <literal>true</literal>.)
2304
+ This allows easier expiration of intermediate certificates.
2303
2305
</para>
2304
2306
2305
2307
<para>
You can’t perform that action at this time.
0 commit comments