Skip to content

Commit 0faec68

Browse files
[wrangler] Document missing environment variables
Document `WRANGLER_HTTPS_KEY_PATH` and `WRANGLER_HTTPS_CERT_PATH` environment variables.
1 parent bb32fb3 commit 0faec68

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/content/docs/workers/wrangler/system-environment-variables.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,14 @@ Wrangler supports the following environment variables:
7272
* Defaults to `unix:///var/run/docker.sock`. Set this to the socket path your container engine is listening at if you are using another container tool besides Docker, such as `colima`, or if your Docker engine is configured to listen at a path other than `unix:///var/run/docker.sock`.
7373
You can also set this via `container_engine` config option.
7474

75+
* `WRANGLER_HTTPS_KEY_PATH` <Type text="string" /> <MetaInfo text="optional" />
76+
77+
* Path to a custom certificate key.
78+
79+
* `WRANGLER_HTTPS_CERT_PATH` <Type text="string" /> <MetaInfo text="optional" />
80+
81+
* Path to a custom certificate.
82+
7583

7684

7785
## Example `.env` file

0 commit comments

Comments
 (0)