Skip to content

Commit 8924ca8

Browse files
committed
docs: clarify intermediate certificate creation instructions
Specifically, explain the v3_ca openssl specification. Discussion: https://postgr.es/m/20200824175653.GA32411@momjian.us Backpatch-through: 9.5
1 parent 1bb41c6 commit 8924ca8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

doc/src/sgml/runtime.sgml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2178,8 +2178,10 @@ pg_dumpall -p 5432 | psql -d postgres -p 5433
21782178
The certificates of <quote>intermediate</quote> certificate authorities
21792179
can also be appended to the file. Doing this avoids the necessity of
21802180
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.
21832185
</para>
21842186

21852187
<para>

0 commit comments

Comments
 (0)