Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: corrected tlsSocket.getPeerCertificate response type
Within tls.md, the documentation for the response of tlsSocket.getPeerCertificate() included subjectaltname documented as an array of values. However these values are actually returned as a single string of concatenated values. The documentation has been updated to reflect this. Fixes: nodejs#27721
- Loading branch information
004baf8
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dannyb648 Nice spot mate