We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d21714f commit d482a2fCopy full SHA for d482a2f
README.md
@@ -108,7 +108,7 @@ If you wish to use a passphrase with your private key you can include one in the
108
e.g.
109
`openssl req -newkey rsa:2048 -passout pass:foobar -keyout key.pem -x509 -days 365 -out cert.pem`
110
111
-For security reasons rather than the command line http-server will read this from the `NODE_HTTP_SERVER_SSL_PASSPHRASE` environment variable.
+For security reasons, the passphrase will only be read from the `NODE_HTTP_SERVER_SSL_PASSPHRASE` environment variable.
112
113
114
This is what should be output if successful:
0 commit comments