Skip to content

Commit ef71ac8

Browse files
SirMrDexterskipjack
authored andcommitted
docs(config): update pfx description in dev-server (#1595)
Clarify the difference between using `pfx` via the command line and in a configuration.
1 parent ec1b37b commit ef71ac8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/configuration/dev-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ overlay: {
470470

471471
`string`
472472

473-
Path to a SSL pfx file.
473+
When used via the CLI, a path to an SSL .pfx file. If used in options, it should be the bytestream of the .pfx file.
474474

475475
```js
476476
pfx: '/path/to/file.pfx'

0 commit comments

Comments
 (0)