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.
2 parents cb0b601 + d482a2f commit 32f43c9Copy full SHA for 32f43c9
README.md
@@ -109,7 +109,7 @@ If you wish to use a passphrase with your private key you can include one in the
109
e.g.
110
`openssl req -newkey rsa:2048 -passout pass:foobar -keyout key.pem -x509 -days 365 -out cert.pem`
111
112
-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.
113
114
115
This is what should be output if successful:
0 commit comments