SSLConfig

constructor(port: Int = 9091, host: String = "0.0.0.0", keyStore: KeyStore = defaultKeyStore, keyStorePath: File? = null, keyAlias: String = "mykey", keyStorePassword: () -> CharArray = { "changeit".toCharArray() }, privateKeyPassword: () -> CharArray = { "changeit".toCharArray() }, trustStore: KeyStore? = null, trustStorePath: File? = null, enabledProtocols: List<String>? = null)(source)