corda / net.corda.node.services.config / NodeSSLConfiguration

NodeSSLConfiguration

interface NodeSSLConfiguration

Properties

certificatesDirectory abstract val certificatesDirectory: Path
keyStorePassword abstract val keyStorePassword: String
keyStorePath open val keyStorePath: Path
trustStorePassword abstract val trustStorePassword: String
trustStorePath open val trustStorePath: Path

Inheritors

NodeConfiguration interface NodeConfiguration : NodeSSLConfiguration