Update website/content/docs/connect/proxies/envoy.mdx

This commit is contained in:
Jeff Boruszak 2022-09-30 09:58:03 -05:00 committed by GitHub
parent c1629d6bfd
commit 872c9193e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ Use the -bootstrap option to generate the JSON to use when running envoy on a su
To bootstrap Envoy on Windows VMs, you must generate the bootstrap configuration as a .json file and then manually edit it to add both your ACL token and a valid access log path.
First, add the `-bootstrap` option to the command and save the output to a file:
To generate the bootstrap configuration file, add the `-bootstrap` option to the command and then save the output to a file:
```shell-session
$ consul connect envoy -bootstrap > bootstrap.json