Skip to content

IncomingRequestCfPropertiesTLSClientAuth

Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250823.0/node_modules/@cloudflare/workers-types/index.ts:6774

Data about the incoming request’s TLS certificate

certFingerprintSHA1: string

Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250823.0/node_modules/@cloudflare/workers-types/index.ts:6846

The certificate’s SHA-1 fingerprint

"6b9109f323999e52259cda7373ff0b4d26bd232e"

certFingerprintSHA256: string

Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250823.0/node_modules/@cloudflare/workers-types/index.ts:6852

The certificate’s SHA-256 fingerprint

"acf77cf37b4156a2708e34c4eb755f9b5dbbe5ebb55adfec8f11493438d19e6ad3f157f81fa3b98278453d5652b0c1fd1d71e5695ae4d709803a4d3f39de9dea"

certIssuerDN: string

Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250823.0/node_modules/@cloudflare/workers-types/index.ts:6794

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.20250823.0/node_modules/@cloudflare/workers-types/index.ts:6814

The certificate issuer’s distinguished name (legacy policies)


certIssuerDNRFC2253: string

Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250823.0/node_modules/@cloudflare/workers-types/index.ts:6806

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.20250823.0/node_modules/@cloudflare/workers-types/index.ts:6828

The certificate issuer’s serial number

"2489002934BDFEA34"

certIssuerSKI: string

Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250823.0/node_modules/@cloudflare/workers-types/index.ts:6840

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.20250823.0/node_modules/@cloudflare/workers-types/index.ts:6864

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.20250823.0/node_modules/@cloudflare/workers-types/index.ts:6858

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.20250823.0/node_modules/@cloudflare/workers-types/index.ts:6776

Always "1", indicating that the certificate was presented


certRevoked: "1" | "0"

Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250823.0/node_modules/@cloudflare/workers-types/index.ts:6788

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.20250823.0/node_modules/@cloudflare/workers-types/index.ts:6822

The certificate’s serial number

"00936EACBE07F201DF"

certSKI: string

Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250823.0/node_modules/@cloudflare/workers-types/index.ts:6834

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.20250823.0/node_modules/@cloudflare/workers-types/index.ts:6800

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.20250823.0/node_modules/@cloudflare/workers-types/index.ts:6816

The certificate subject’s distinguished name (legacy policies)


certSubjectDNRFC2253: string

Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250823.0/node_modules/@cloudflare/workers-types/index.ts:6812

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.20250823.0/node_modules/@cloudflare/workers-types/index.ts:6782

Result of certificate verification.

"FAILED:self signed certificate"