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 3c75264 commit 455358eCopy full SHA for 455358e
doc/api/tls.md
@@ -978,10 +978,10 @@ property is set only when `tlsSocket.authorized === false`.
978
added: v0.11.4
979
-->
980
981
-* Returns: {boolean}
+* {boolean}
982
983
-Returns `true` if the peer certificate was signed by one of the CAs specified
984
-when creating the `tls.TLSSocket` instance, otherwise `false`.
+This property is `true` if the peer certificate was signed by one of the CAs
+specified when creating the `tls.TLSSocket` instance, otherwise `false`.
985
986
### `tlsSocket.disableRenegotiation()`
987
0 commit comments