Skip to content

IncomingRequestCfPropertiesTLSClientAuth

Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20251118.0/node_modules/@cloudflare/workers-types/index.ts:8186

Data about the incoming request’s TLS certificate

certFingerprintSHA1: string

Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20251118.0/node_modules/@cloudflare/workers-types/index.ts:8258

The certificate’s SHA-1 fingerprint

"6b9109f323999e52259cda7373ff0b4d26bd232e"

certFingerprintSHA256: string

Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20251118.0/node_modules/@cloudflare/workers-types/index.ts:8264

The certificate’s SHA-256 fingerprint

"acf77cf37b4156a2708e34c4eb755f9b5dbbe5ebb55adfec8f11493438d19e6ad3f157f81fa3b98278453d5652b0c1fd1d71e5695ae4d709803a4d3f39de9dea"

certIssuerDN: string

Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20251118.0/node_modules/@cloudflare/workers-types/index.ts:8206

The certificate issuer’s distinguished name

"CN=cloudflareaccess.com, C=US, ST=Texas, L=Austin, O=Cloudflare"

certIssuerDNLegacy: string

Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20251118.0/node_modules/@cloudflare/workers-types/index.ts:8226

The certificate issuer’s distinguished name (legacy policies)


certIssuerDNRFC2253: string

Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20251118.0/node_modules/@cloudflare/workers-types/index.ts:8218

The certificate issuer’s distinguished name (RFC 2253 formatted)

"CN=cloudflareaccess.com, C=US, ST=Texas, L=Austin, O=Cloudflare"

certIssuerSerial: string

Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20251118.0/node_modules/@cloudflare/workers-types/index.ts:8240

The certificate issuer’s serial number

"2489002934BDFEA34"

certIssuerSKI: string

Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20251118.0/node_modules/@cloudflare/workers-types/index.ts:8252

The certificate issuer’s Subject Key Identifier

"BB:AF:7E:02:3D:FA:A6:F1:3C:84:8E:AD:EE:38:98:EC:D9:32:32:D4"

certNotAfter: string

Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20251118.0/node_modules/@cloudflare/workers-types/index.ts:8276

The effective expiration date of the certificate

"Dec 22 19:39:00 2018 GMT"

certNotBefore: string

Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20251118.0/node_modules/@cloudflare/workers-types/index.ts:8270

The effective starting date of the certificate

"Dec 22 19:39:00 2018 GMT"

certPresented: "1"

Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20251118.0/node_modules/@cloudflare/workers-types/index.ts:8188

Always "1", indicating that the certificate was presented


certRevoked: "1" | "0"

Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20251118.0/node_modules/@cloudflare/workers-types/index.ts:8200

The presented certificate’s revokation status.

  • A value of "1" indicates the certificate has been revoked
  • A value of "0" indicates the certificate has not been revoked

certSerial: string

Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20251118.0/node_modules/@cloudflare/workers-types/index.ts:8234

The certificate’s serial number

"00936EACBE07F201DF"

certSKI: string

Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20251118.0/node_modules/@cloudflare/workers-types/index.ts:8246

The certificate’s Subject Key Identifier

"BB:AF:7E:02:3D:FA:A6:F1:3C:84:8E:AD:EE:38:98:EC:D9:32:32:D4"

certSubjectDN: string

Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20251118.0/node_modules/@cloudflare/workers-types/index.ts:8212

The certificate subject’s distinguished name

"CN=*.cloudflareaccess.com, C=US, ST=Texas, L=Austin, O=Cloudflare"

certSubjectDNLegacy: string

Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20251118.0/node_modules/@cloudflare/workers-types/index.ts:8228

The certificate subject’s distinguished name (legacy policies)


certSubjectDNRFC2253: string

Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20251118.0/node_modules/@cloudflare/workers-types/index.ts:8224

The certificate subject’s distinguished name (RFC 2253 formatted)

"CN=*.cloudflareaccess.com, C=US, ST=Texas, L=Austin, O=Cloudflare"

certVerified: "SUCCESS" | "FAILED:self signed certificate" | "FAILED:unable to verify the first certificate" | "FAILED:certificate is not yet valid" | "FAILED:certificate has expired" | "FAILED"

Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20251118.0/node_modules/@cloudflare/workers-types/index.ts:8194

Result of certificate verification.

"FAILED:self signed certificate"