Skip to main content

RemoteMtlsConfig

Configures for both server and client authentication with mTLS.

Index

Properties

assumeHttp2

assumeHttp2: boolean

If true, assume that the server supports HTTP/2, even if it doesn't provide protocol negotiation via ALPN.

caCert

caCert: string

A file path, relative from the workspace root, to the certificate authority PEM encoded X509 certificate.

clientCert

clientCert: string

A file path, relative from the workspace root, to the client's PEM encoded X509 certificate.

clientKey

clientKey: string

A file path, relative from the workspace root, to the client's PEM encoded X509 private key.

domain

domain: null | string

The domain name in which to verify the TLS certificate.