We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e0f393 commit f7b0054Copy full SHA for f7b0054
doc/api/tls.md
@@ -753,8 +753,8 @@ added: v0.8.4
753
754
Verifies the certificate `cert` is issued to host `host`.
755
756
-Returns {Error} object, populating it with the reason, host and cert on failure.
757
-On success, returns {undefined}.
+Returns {Error} object, populating it with the reason, host, and cert on
+failure. On success, returns {undefined}.
758
759
*Note*: This function can be overwritten by providing alternative function
760
as part of the `options.checkServerIdentity` option passed to `tls.connect()`.
0 commit comments