- Property Manager name: Client certificate
- Criteria version: The
v2023-05-30
rule format supports theclientCertificate
criteria v1.1. - Rule format status: GA, stable
- Access: Read-write
- Allowed in includes: Yes
Matches whether you have configured a client certificate to authenticate requests to edge servers.
Option | Type | Description | Requires | |
---|---|---|---|---|
isCertificatePresent | boolean | Executes rule behaviors only if a client certificate authenticates requests. | {"displayType":"boolean","tag":"input","type":"checkbox"} | |
isCertificateValid | enum | Matches whether the certificate is | isCertificatePresent is true | {"displayType":"enum","options":["VALID","INVALID","IGNORE"],"tag":"select"} {"if":{"attribute":"isCertificatePresent","op":"eq","value":true}} |
VALID | Match when the certificate is valid. | |||
INVALID | Match when the certificate is invalid. | |||
IGNORE | Ignores the certificate's is valid. |