Skip to content

Commit 9f56ff4

Browse files
authored
Fixing whitespaces
Currently, the code snippet is not copy-paste friendly. It contains the whitespaces that causes editor issue when saving the policy: The ' ' character, hexadecimal value 0xA0, cannot be included in a name.
1 parent aae7bee commit 9f56ff4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@ For more information about custom CA certificates and certificate authorities, s
3535
validate-not-after="true | false"
3636
ignore-error="true | false">
3737
<identities>
38-
<identity
38+
<identity
3939
thumbprint="certificate thumbprint"
4040
serial-number="certificate serial number"
4141
common-name="certificate common name"
4242
subject="certificate subject string"
4343
dns-name="certificate DNS name"
4444
issuer-subject="certificate issuer"
4545
issuer-thumbprint="certificate issuer thumbprint"
46-
issuer-certificate-id="certificate identifier"/>
46+
issuer-certificate-id="certificate identifier"/>
4747
</identities>
4848
</validate-client-certificate>
4949
```
@@ -106,4 +106,4 @@ The following example validates a client certificate to match the policy's defau
106106

107107
* [API Management access restriction policies](api-management-access-restriction-policies.md)
108108

109-
[!INCLUDE [api-management-policy-ref-next-steps](../../includes/api-management-policy-ref-next-steps.md)]
109+
[!INCLUDE [api-management-policy-ref-next-steps](../../includes/api-management-policy-ref-next-steps.md)]

0 commit comments

Comments
 (0)