How to change the TLS certificate/key without restarting the server?

raf <[email protected]> Thu, 17 Oct 2019 16:20:42 +1100
Newsgroups gmane.comp.db.postgresql.admin
Message-ID <[email protected]>
Hi,

https://www.postgresql.org/docs/12/ssl-tcp.html says:

  "Using a passphrase also disables the ability to
  change the server's SSL configuration without a
  server restart."

How is key TLS key changed without a server restart?
Is replacing the server.crt/server.key files enough
or is there more to it?

And will existing connections continue to use the old
key until they disconnect?

cheers,
raf