| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent a836d3b commit 1da1af5
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -98,9 +98,9 @@ openssl dhparam -outform PEM -out dhparam.pem 2048 | |||
| 98 | 98 | ``` | |
| 99 | 99 | ||
| 100 | 100 | If using Perfect Forward Secrecy using `ECDHE`, Diffie-Hellman parameters are | |
| 101 | - not required and a default ECDHE curve will be used. The `ecdheCurve` property | ||
| 102 | - can be used when creating a TLS Server to specify the name of an | ||
| 103 | - alternative curve to use. | ||
| 101 | + not required and a default ECDHE curve will be used. The `ecdhCurve` property | ||
| 102 | + can be used when creating a TLS Server to specify the name of an alternative | ||
| 103 | + curve to use, see [`tls.createServer()`] for more info. | ||
| 104 | 104 | ||
| 105 | 105 | ### ALPN, NPN and SNI | |
| 106 | 106 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments