Skip to content

Commit 21534e0

Browse files
Merge pull request #286935 from JackStromberg/patch-763027
Formatting
2 parents d50acb9 + fdee227 commit 21534e0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/application-gateway/for-containers/how-to-frontend-mtls-gateway-api.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: greglin
66
ms.service: azure-application-gateway
77
ms.subservice: appgw-for-containers
88
ms.topic: how-to
9-
ms.date: 9/17/2024
9+
ms.date: 9/18/2024
1010
ms.author: greglin
1111
---
1212

@@ -329,7 +329,8 @@ fqdn=$(kubectl get gateway gateway-01 -n test-infra -o jsonpath='{.status.addres
329329
Curling the FQDN of your frontend without the client certificate.
330330
331331
```bash
332-
curl --insecure https://$fqdn/```
332+
curl --insecure https://$fqdn/
333+
```
333334
334335
Note the response alerts a certificate is required.
335336

0 commit comments

Comments
 (0)