Skip to content

IncomingRequestCfPropertiesTLSClientAuth

Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250923.0/node_modules/@cloudflare/workers-types/index.ts:7582

Data about the incoming request’s TLS certificate

certFingerprintSHA1: string

Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250923.0/node_modules/@cloudflare/workers-types/index.ts:7654

The certificate’s SHA-1 fingerprint

"6b9109f323999e52259cda7373ff0b4d26bd232e"

certFingerprintSHA256: string

Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250923.0/node_modules/@cloudflare/workers-types/index.ts:7660

The certificate’s SHA-256 fingerprint

"acf77cf37b4156a2708e34c4eb755f9b5dbbe5ebb55adfec8f11493438d19e6ad3f157f81fa3b98278453d5652b0c1fd1d71e5695ae4d709803a4d3f39de9dea"

certIssuerDN: string

Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250923.0/node_modules/@cloudflare/workers-types/index.ts:7602

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

The certificate issuer’s distinguished name (legacy policies)


certIssuerDNRFC2253: string

Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250923.0/node_modules/@cloudflare/workers-types/index.ts:7614

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

The certificate issuer’s serial number

"2489002934BDFEA34"

certIssuerSKI: string

Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250923.0/node_modules/@cloudflare/workers-types/index.ts:7648

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

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

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

Always "1", indicating that the certificate was presented


certRevoked: "1" | "0"

Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250923.0/node_modules/@cloudflare/workers-types/index.ts:7596

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

The certificate’s serial number

"00936EACBE07F201DF"

certSKI: string

Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250923.0/node_modules/@cloudflare/workers-types/index.ts:7642

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

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

The certificate subject’s distinguished name (legacy policies)


certSubjectDNRFC2253: string

Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250923.0/node_modules/@cloudflare/workers-types/index.ts:7620

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

Result of certificate verification.

"FAILED:self signed certificate"