Interface ICertificateAuthenticator

IPasswordAuthenticator specifies an authenticator which uses an SSL certificate and key to authenticate with the cluster.

interface ICertificateAuthenticator {
    certificatePath: string;
    keyPath: string;
}

Implemented by

Properties

certificatePath: string

The path to the certificate which should be used for certificate authentication.

keyPath: string

The path to the key which should be used for certificate authentication.