Skip to main content

PartialRemoteMtlsConfig

Configures for both server and client authentication with mTLS.

Index

Properties

optionalassumeHttp2

assumeHttp2?: null | boolean

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

optionalcaCert

caCert?: null | string

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

optionalclientCert

clientCert?: null | string

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

optionalclientKey

clientKey?: null | string

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

optionaldomain

domain?: null | string

The domain name in which to verify the TLS certificate.