Skip to content

Commit 2c254da

Browse files
author
Jason Freeberg
authored
Update app-service-web-configure-tls-mutual-auth.md
1 parent 9d33803 commit 2c254da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/app-service/app-service-web-configure-tls-mutual-auth.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,8 @@ export class AuthorizationHandler {
214214

215215
The following Java class encodes the certificate from `X-ARR-ClientCert` to an `X509Certificate` instance. `certificateIsValid()` validates that the certificate's thumbprint matches the one given in the constructor and that certificate has not expired.
216216

217-
java
218-
```
217+
218+
```java
219219
import java.io.ByteArrayInputStream;
220220
import java.security.NoSuchAlgorithmException;
221221
import java.security.cert.*;

0 commit comments

Comments
 (0)