Skip to content

Commit d482a2f

Browse files
Update README.md
Co-authored-by: Jade Michael Thornton <[email protected]>
1 parent d21714f commit d482a2f

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
@@ -108,7 +108,7 @@ If you wish to use a passphrase with your private key you can include one in the
108108
e.g.
109109
`openssl req -newkey rsa:2048 -passout pass:foobar -keyout key.pem -x509 -days 365 -out cert.pem`
110110

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

113113

114114
This is what should be output if successful:

0 commit comments

Comments
 (0)