You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| validate-revocation| Boolean. Specifies whether certificate is validated against online revocation list. Policy expressions aren't allowed.| No |`true`|
58
-
| validate-trust| Boolean. Specifies if validation should fail in case chain cannot be successfully built up to trusted CA. Policy expressions aren't allowed. | No |`true`|
59
-
| validate-not-before | Boolean. Validates value against current time. Policy expressions aren't allowed.| No|`true`|
60
-
| validate-not-after| Boolean. Validates value against current time. Policy expressions aren't allowed.| No|`true`|
61
-
| ignore-error| Boolean. Specifies if policy should proceed to the next handler or jump to on-error upon failed validation. Policy expressions aren't allowed. | No |`false`|
57
+
| validate-revocation | Boolean. Specifies whether certificate is validated against online revocation list. Policy expressions aren't allowed. | No |`true`|
58
+
| validate-trust| Boolean. Specifies if validation should fail in case chain cannot be successfully built up to trusted CA. Policy expressions aren't allowed. | No |`true`|
59
+
| validate-not-before | Boolean. Validates value against current time. Policy expressions aren't allowed.| No|`true`|
60
+
| validate-not-after | Boolean. Validates value against current time. Policy expressions aren't allowed.| No|`true`|
61
+
| ignore-error | Boolean. Specifies if policy should proceed to the next handler or jump to on-error upon failed validation. Policy expressions aren't allowed. | No |`false`|
62
62
63
63
## Elements
64
64
@@ -70,22 +70,22 @@ For more information about custom CA certificates and certificate authorities, s
| serial-number | Certificate serial number. | No | N/A |
75
75
| common-name | Certificate common name (part of Subject string). | No | N/A |
76
76
| subject | Subject string. Must follow format of Distinguished Name. | No | N/A |
77
77
| dns-name | Value of dnsName entry inside Subject Alternative Name claim. | No | N/A |
78
78
| issuer-subject | Issuer's subject. Must follow format of Distinguished Name. | No | N/A |
79
-
| issuer-thumbprint | Issuer thumbprint. | No | N/A |
80
-
| issuer-certificate-id | Identifier of existing certificate entity representing the issuer's public key. Mutually exclusive with other issuer attributes. | No | N/A |
| issuer-certificate-id | Identifier of existing certificate entity representing the issuer's public key. Mutually exclusive with other issuer attributes. | No | N/A |
The following example validates a client certificate to match the policy's default validation rules and checks whether the subject and issuer name match specified values.
91
91
@@ -104,6 +104,25 @@ The following example validates a client certificate to match the policy's defau
104
104
</validate-client-certificate>
105
105
```
106
106
107
+
The following example performs a stricter validation by cheking whether the subject thumbprint and the issuer thumbprint match specified values.
0 commit comments