Skip to content

Fields reference

cf.tls_client_auth.cert_fingerprint_sha1

The SHA-1 fingerprint of the certificate in the request.

cf.tls_client_auth.cert_fingerprint_sha256

The SHA-256 fingerprint of the certificate in the request.

cf.tls_client_auth.cert_issuer_dn

The Distinguished Name (DN) of the Certificate Authority (CA) that issued the certificate included in the request.

cf.tls_client_auth.cert_issuer_dn_legacy

The Distinguished Name (DN) of the Certificate Authority (CA) that issued the certificate in the request in a legacy format.

cf.tls_client_auth.cert_issuer_dn_rfc2253

The Distinguished Name (DN) of the Certificate Authority (CA) that issued the certificate in the request in RFC 2253 format.

cf.tls_client_auth.cert_issuer_serial

Serial number of the direct issuer of the certificate in the request.

cf.tls_client_auth.cert_issuer_ski

The Subject Key Identifier (SKI) of the direct issuer of the certificate in the request.

cf.tls_client_auth.cert_not_after

The certificate in the request is not valid after this date.

cf.tls_client_auth.cert_not_before

The certificate in the request is not valid before this date.

cf.tls_client_auth.cert_presented

Returns true when a request presents a certificate (valid or not).

cf.tls_client_auth.cert_revoked

Indicates whether the request presented a valid but revoked client certificate.

cf.tls_client_auth.cert_serial

Serial number of the certificate in the request.

cf.tls_client_auth.cert_ski

The Subject Key Identifier (SKI) of the certificate in the request.

cf.tls_client_auth.cert_subject_dn

The Distinguished Name (DN) of the owner (or requester) of the certificate included in the request.

cf.tls_client_auth.cert_subject_dn_legacy

The Distinguished Name (DN) of the owner (or requester) of the certificate in the request in a legacy format.

cf.tls_client_auth.cert_subject_dn_rfc2253

The Distinguished Name (DN) of the owner (or requester) of the certificate in the request in RFC 2253 format.

cf.tls_client_auth.cert_verified

Returns true when a request presents a valid client certificate.