File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -2178,8 +2178,10 @@ pg_dumpall -p 5432 | psql -d postgres -p 5433
2178
2178
The certificates of <quote>intermediate</quote> certificate authorities
2179
2179
can also be appended to the file. Doing this avoids the necessity of
2180
2180
storing intermediate certificates on clients, assuming the root and
2181
- intermediate certificates were created with <literal>v3_ca</literal>
2182
- extensions. This allows easier expiration of intermediate certificates.
2181
+ intermediate certificates were created with <literal>v3_ca </literal>
2182
+ extensions. (This sets the certificate's basic constraint of
2183
+ <literal>CA</literal> to <literal>true</literal>.)
2184
+ This allows easier expiration of intermediate certificates.
2183
2185
</para>
2184
2186
2185
2187
<para>
You can’t perform that action at this time.
0 commit comments