Deno.ConnectTlsOptions

UNSTABLE: New API, yet to be vetted.

interface ConnectTlsOptions {
certChain?: string;
privateKey?: string;
}

§Properties

§
certChain?: string
[src]

UNSTABLE: New API, yet to be vetted.

PEM formatted client certificate chain.

§
privateKey?: string
[src]

UNSTABLE: New API, yet to be vetted.

PEM formatted (RSA or PKCS8) private key of client certificate.