XfccElement
Defined in: src/http/mtls.ts:26
A single element from an x-forwarded-client-cert header.
Properties
Section titled “Properties”by: string | null;Defined in: src/http/mtls.ts:39
URL-decoded URI of the proxy that presented the cert (By key).
cert: string | null;Defined in: src/http/mtls.ts:31
URL-decoded PEM of the client certificate (Cert key), if the proxy
forwarded it.
dns: readonly string[];Defined in: src/http/mtls.ts:37
DNS-type Subject Alternative Names (DNS keys); may repeat in the header.
hash: string | null;Defined in: src/http/mtls.ts:28
Hex SHA-256 digest of the client certificate (Hash key).
subject
Section titled “subject”subject: string | null;Defined in: src/http/mtls.ts:33
Certificate Subject DN (Subject key).
uri: string | null;Defined in: src/http/mtls.ts:35
URL-decoded URI-type Subject Alternative Name (URI key).