CustomCa
open class CustomCa(val certificatePem: String, val hostname: String, val ip: String) : SecurityStrategy
Use a custom certificate by resolving a hostname to an IP address.
Use a custom certificate by resolving a hostname to an IP address.