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.

Constructors

Link copied to clipboard
fun CustomCa(certificatePem: String, hostname: String, ip: String)

Properties

Link copied to clipboard

The Root CA expected in the SSL chain

Link copied to clipboard

The hostname that traffic will be directed at.

Link copied to clipboard
val ip: String

The IP for which to resolve traffic directed at the hostname

Inheritors

Link copied to clipboard