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

Commitf77be47

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 parent7961da1 commitf77be47

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
@@ -2246,8 +2246,9 @@ pg_dumpall -p 5432 | psql -d postgres -p 5433
22462246
If the private key is protected with a passphrase, the
22472247
server will prompt for the passphrase and will not start until it has
22482248
been entered.
2249-
Using a passphrase also disables the ability to change the server's SSL
2250-
configuration without a server restart.
2249+
Using a passphrase by default disables the ability to change the server's
2250+
SSL configuration without a server restart, but see <xref
2251+
linkend="guc-ssl-passphrase-command-supports-reload"/>.
22512252
Furthermore, passphrase-protected private keys cannot be used at all
22522253
on Windows.
22532254
</para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp