We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1081f0f commit 7b924f1Copy full SHA for 7b924f1
doc/api/tls.md
@@ -98,9 +98,9 @@ openssl dhparam -outform PEM -out dhparam.pem 2048
98
```
99
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.
+not required and a default ECDHE curve will be used. The `ecdhCurve` property
+can be used when creating a TLS Server to specify the name of an alternative
+curve to use, see [`tls.createServer()`] for more info.
104
105
### ALPN, NPN and SNI
106
0 commit comments