We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d50acb9 commit fdee227Copy full SHA for fdee227
articles/application-gateway/for-containers/how-to-frontend-mtls-gateway-api.md
@@ -6,7 +6,7 @@ author: greglin
6
ms.service: azure-application-gateway
7
ms.subservice: appgw-for-containers
8
ms.topic: how-to
9
-ms.date: 9/17/2024
+ms.date: 9/18/2024
10
ms.author: greglin
11
---
12
@@ -329,7 +329,8 @@ fqdn=$(kubectl get gateway gateway-01 -n test-infra -o jsonpath='{.status.addres
329
Curling the FQDN of your frontend without the client certificate.
330
331
```bash
332
-curl --insecure https://$fqdn/```
+curl --insecure https://$fqdn/
333
+```
334
335
Note the response alerts a certificate is required.
336
0 commit comments