RisingWave supports secure connections with TLS/SSL for enhanced client/server communication security.
RW_SSL_CERT
and RW_SSL_KEY
to specify the paths of the server-side SSL certificate (typically server.crt
) and private key (typically server.key
).
psql
command with the following parameters:
localhost
with the desired Common Name (CN).
localhost.crt
and localhost.key
. You can then set the paths of these files as the values for RW_SSL_CERT
and RW_SSL_KEY
respectively.