doc: Clarify documentation about SSL passphrases
authorPeter Eisentraut <[email protected]>
Sat, 9 Nov 2019 09:13:14 +0000 (10:13 +0100)
committerPeter Eisentraut <[email protected]>
Sat, 9 Nov 2019 09:13:14 +0000 (10:13 +0100)
The previous statement that using a passphrase disables the ability to
change the server's SSL configuration without a server restart was no
longer completely true since the introduction of
ssl_passphrase_command_supports_reload.

doc/src/sgml/runtime.sgml

index 112ae591dc3e4865dbec3f5c00236fccd05c4b95..a34d31d297abd12b5260613af644c6b8e219cdd5 100644 (file)
@@ -2310,8 +2310,9 @@ pg_dumpall -p 5432 | psql -d postgres -p 5433
    If the private key is protected with a passphrase, the
    server will prompt for the passphrase and will not start until it has
    been entered.
-   Using a passphrase also disables the ability to change the server's SSL
-   configuration without a server restart.
+   Using a passphrase by default disables the ability to change the server's
+   SSL configuration without a server restart, but see <xref
+   linkend="guc-ssl-passphrase-command-supports-reload"/>.
    Furthermore, passphrase-protected private keys cannot be used at all
    on Windows.
   </para>