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

Appearance settings

Commit 3612176

Browse filesBrowse 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 aa02d35 commit 3612176
Copy full SHA for 3612176

File tree

Expand file treeCollapse file tree

1 file changed

+4
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-2
lines changed

‎doc/src/sgml/runtime.sgml

Copy file name to clipboardExpand all lines: doc/src/sgml/runtime.sgml
+4-2Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2298,8 +2298,10 @@ pg_dumpall -p 5432 | psql -d postgres -p 5433
22982298
The certificates of <quote>intermediate</> certificate authorities
22992299
can also be appended to the file. Doing this avoids the necessity of
23002300
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.
23032305
</para>
23042306

23052307
<para>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.