File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -19,9 +19,10 @@ Customize `https` configuration with the following options:
19
19
- ` --https-cert ` : Path to an SSL certificate.
20
20
- ` --https-cacert ` : Path to an SSL CA certificate.
21
21
- ` --https-passphrase ` : Passphrase for a pfx file.
22
+ - ` --https-request-cert ` : Request for an SSL certificate.
22
23
23
24
``` 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
25
26
```
26
27
27
28
## What Should Happen
You can’t perform that action at this time.
0 commit comments