Skip to content

Commit 384549f

Browse files
authored
docs: add --https-request-cert (#3521)
1 parent 6add5e4 commit 384549f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/cli/https/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,10 @@ Customize `https` configuration with the following options:
1919
- `--https-cert`: Path to an SSL certificate.
2020
- `--https-cacert`: Path to an SSL CA certificate.
2121
- `--https-passphrase`: Passphrase for a pfx file.
22+
- `--https-request-cert`: Request for an SSL certificate.
2223

2324
```console
24-
npx webpack serve --open --https-key ./ssl/server.key --https-pfx ./ssl/server.pfx --https-cert ./ssl/server.crt --https-cacert ./ssl/ca.pem --https-passphrase webpack-dev-server
25+
npx webpack serve --open --https-key ./ssl/server.key --https-pfx ./ssl/server.pfx --https-cert ./ssl/server.crt --https-cacert ./ssl/ca.pem --https-passphrase webpack-dev-server --https-request-cert
2526
```
2627

2728
## What Should Happen

0 commit comments

Comments
 (0)