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

Commite2ebc90

Browse files
Doc: Fix misleading wording of CRL parameters
ssl_crl_file and ssl_crl_dir are both used to for client certificaterevocation, not server certificates. The description for the paramscould be easily misread to mean the opposite however, as evidencedby the bugreport leading to this fix. Similarly, expand sslcrl andand sslcrldir to explicitly mention server certificates. While therealso mention sslcrldir where previously only sslcrl was discussed.Backpatch down to v10, with the CRL dir fixes down to 14 where theywere introduced.Author: Kyotaro Horiguchi <horikyota.ntt@gmail.com>Reviewed-by: Peter Eisentraut <peter.eisentraut@enterprisedb.com>Discussion:https://postgr.es/m/20211202.135441.590555657708629486.horikyota.ntt@gmail.comDiscussion:https://postgr.es/m/CABWY_HCBUCjY1EJHrEGePGEaSZ5b29apgTohCyygtsqe_ySYng@mail.gmail.comBackpatch-through: 10
1 parentf89015b commite2ebc90

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎doc/src/sgml/config.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1189,7 +1189,7 @@ include_dir 'conf.d'
11891189
</term>
11901190
<listitem>
11911191
<para>
1192-
Specifies the name of the file containing the SSLserver certificate
1192+
Specifies the name of the file containing the SSLclient certificate
11931193
revocation list (CRL).
11941194
Relative paths are relative to the data directory.
11951195
This parameter can only be set in the <filename>postgresql.conf</filename>

‎doc/src/sgml/libpq.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1729,7 +1729,7 @@ postgresql://%2Fvar%2Flib%2Fpostgresql/dbname
17291729
<term><literal>sslcrl</literal></term>
17301730
<listitem>
17311731
<para>
1732-
This parameter specifies the file name of the SSL certificate
1732+
This parameter specifies the file name of the SSLservercertificate
17331733
revocation list (CRL). Certificates listed in this file, if it
17341734
exists, will be rejected while attempting to authenticate the
17351735
server's certificate. The default is

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp