Toggle table of contents
2.x-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
xtdb-core
/
xtdb.api
/
ServerConfig
/
ssl
ssl
fun
ssl
(
keyStore
:
Path
,
keyStorePassword
:
String
)
:
ServerConfig
Enable SSL for the PG wire server.
Parameters
key
Store
path to the keystore file.
key
Store
Password
password for the keystore.
var
ssl
:
ServerConfig.SslSettings
?