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

Commitd2d4c35

Browse files
committed
doc: Clarify documentation about SSL passphrases
The previous statement that using a passphrase disables the ability tochange the server's SSL configuration without a server restart was nolonger completely true since the introduction ofssl_passphrase_command_supports_reload.
1 parent27b59d6 commitd2d4c35

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎doc/src/sgml/runtime.sgml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2310,8 +2310,9 @@ pg_dumpall -p 5432 | psql -d postgres -p 5433
23102310
If the private key is protected with a passphrase, the
23112311
server will prompt for the passphrase and will not start until it has
23122312
been entered.
2313-
Using a passphrase also disables the ability to change the server's SSL
2314-
configuration without a server restart.
2313+
Using a passphrase by default disables the ability to change the server's
2314+
SSL configuration without a server restart, but see <xref
2315+
linkend="guc-ssl-passphrase-command-supports-reload"/>.
23152316
Furthermore, passphrase-protected private keys cannot be used at all
23162317
on Windows.
23172318
</para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp