Skip to content

Commit

Permalink
Update _local-testing-development.md (#7646)
Browse files Browse the repository at this point in the history
Removed the "path" value from route created in step 2, as this would cause request in step 4 "Trigger certificate creation" to fail, and will not work with the "/.well-known/acme-challenge/x" path which would also need to be associated to this test route for the purpose of this walkthrough.
  • Loading branch information
jamesgkong authored Jul 17, 2024
1 parent 93c3745 commit e61e84c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/_hub/kong-inc/acme/how-to/_local-testing-development.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ Leave the process running.
```
curl http://localhost:8001/routes \
-d service.name=acme-test \
-d hosts=$NGROK_HOST \
-d paths=/mock
-d hosts=$NGROK_HOST
```

1. Enable the plugin:
Expand Down

0 comments on commit e61e84c

Please sign in to comment.