Skip to content

Commit

Permalink
docs: fix certificate doc request url error (#10790)
Browse files Browse the repository at this point in the history
  • Loading branch information
RitterHou authored Jan 10, 2024
1 parent 131f20a commit c4521d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/latest/certificate.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ curl http://127.0.0.1:9180/apisix/admin/routes/1 -H 'X-API-KEY: edd1c9f034335f13
Send a request to verify:

```shell
curl --resolve 'test.com:9443:127.0.0.1' https://test.com:9443/hello -k -vvv
curl --resolve 'test.com:9443:127.0.0.1' https://test.com:9443/get -k -vvv

* Added test.com:9443:127.0.0.1 to DNS cache
* About to connect() to test.com port 9443 (#0)
Expand Down

0 comments on commit c4521d0

Please sign in to comment.