Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit01bcfe7

Browse files
committed
docs: clarify intermediate certificate creation instructions
Specifically, explain the v3_ca openssl specification.Discussion:https://postgr.es/m/20200824175653.GA32411@momjian.usBackpatch-through: 9.5
1 parent0d447ba commit01bcfe7

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
@@ -2324,8 +2324,10 @@ pg_dumpall -p 5432 | psql -d postgres -p 5433
23242324
The certificates of <quote>intermediate</quote> certificate authorities
23252325
can also be appended to the file. Doing this avoids the necessity of
23262326
storing intermediate certificates on clients, assuming the root and
2327-
intermediate certificates were created with <literal>v3_ca</literal>
2328-
extensions. This allows easier expiration of intermediate certificates.
2327+
intermediate certificates were created with <literal>v3_ca </literal>
2328+
extensions. (This sets the certificate's basic constraint of
2329+
<literal>CA</literal> to <literal>true</literal>.)
2330+
This allows easier expiration of intermediate certificates.
23292331
</para>
23302332

23312333
<para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp