Skip to content

Commit 0b3eae1

Browse files
committed
minor wording
1 parent 4c8aec3 commit 0b3eae1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/api-management/validate-client-certificate-policy.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@ For more information about custom CA certificates and certificate authorities, s
5252

5353
| Name | Description | Required | Default |
5454
| ------------------------------- | -----------------| -------- | ----------- |
55-
| validate-revocation  | Boolean. Specifies whether certificate is validated against online revocation list. Policy expressions aren't supported.  | No | `true` |
56-
| validate-trust | Boolean. Specifies if validation should fail in case chain cannot be successfully built up to trusted CA. Policy expressions aren't supported. | No | `true` |
57-
| validate-not-before | Boolean. Validates value against current time. Policy expressions aren't supported.| No | `true` |
58-
| validate-not-after  | Boolean. Validates value against current time. Policy expressions aren't supported.| No | `true`|
59-
| ignore-error  | Boolean. Specifies if policy should proceed to the next handler or jump to on-error upon failed validation. Policy expressions aren't supported. | No | `false` |
55+
| validate-revocation  | Boolean. Specifies whether certificate is validated against online revocation list. Policy expressions aren't allowed.  | No | `true` |
56+
| 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` |
57+
| validate-not-before | Boolean. Validates value against current time. Policy expressions aren't allowed.| No | `true` |
58+
| validate-not-after  | Boolean. Validates value against current time. Policy expressions aren't allowed.| No | `true`|
59+
| 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` |
6060

6161
## Elements
6262

0 commit comments

Comments
 (0)