Skip to content

Commit 32f43c9

Browse files
committed
Merge branch 'allow-pem-passphrase' of github.com:chris--jones/http-server into allow-pem-passphrase
2 parents cb0b601 + d482a2f commit 32f43c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ If you wish to use a passphrase with your private key you can include one in the
109109
e.g.
110110
`openssl req -newkey rsa:2048 -passout pass:foobar -keyout key.pem -x509 -days 365 -out cert.pem`
111111

112-
For security reasons rather than the command line http-server will read this from the `NODE_HTTP_SERVER_SSL_PASSPHRASE` environment variable.
112+
For security reasons, the passphrase will only be read from the `NODE_HTTP_SERVER_SSL_PASSPHRASE` environment variable.
113113

114114

115115
This is what should be output if successful:

0 commit comments

Comments
 (0)