Skip to content

Commit

Permalink
Update doc/user-guides/secure-protect-connect.md
Browse files Browse the repository at this point in the history
Co-authored-by: Jason Madigan <[email protected]>
  • Loading branch information
2 people authored and eguzki committed Dec 12, 2023
1 parent 32fc886 commit 5b3f892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/user-guides/secure-protect-connect.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ EOF
With this HTTPRoute in place the service we deployed later is exposed via the gateway. We should be able to access our endpoint via HTTPS:

```
curl -k --resolve api.${KUADRANT_ZONE_ROOT_DOMAIN}:443:172.18.200.1 "https://api.$KUADRANT_ZONE_ROOT_DOMAIN/cars"
curl -k --resolve api.${KUADRANT_ZONE_ROOT_DOMAIN}:443:${INGRESS_HOST} "https://api.$KUADRANT_ZONE_ROOT_DOMAIN/cars"
```

Expand Down

0 comments on commit 5b3f892

Please sign in to comment.