interface SSLConfiguration
certificatesDirectory |
abstract val certificatesDirectory: Path |
keyStoreFile |
open val keyStoreFile: Path |
keyStorePassword |
abstract val keyStorePassword: String |
trustStoreFile |
open val trustStoreFile: Path |
trustStorePassword |
abstract val trustStorePassword: String |
NodeConfiguration |
interface NodeConfiguration : SSLConfiguration |