Skip to content

doc: updated tls docs for tls socket subjectaltname

Rodrigo Muino Tomonari requested to merge github/fork/dannyb648/master into master

The documentation for tlsSocket.getPeerCertificate() stated that the certificate object returned subjectaltname as an array however it actually returned a concatenated list of strings as a single string docs have been updated to reflect this

Fixes: https://github.com/nodejs/node/issues/27721

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • documentation is changed or added
  • commit message follows commit guidelines

Merge request reports

Loading