From 36e5fd2915e1ff9a8f0944b1a7783760fab38654 Mon Sep 17 00:00:00 2001 From: "Steven R. Loomis" Date: Tue, 26 Mar 2019 12:55:21 -0700 Subject: [PATCH] doc: correct typo: cert.issuerCertificate - docs incorrectly mention issuerCert, should be issuerCertificate Fix for Commit: /~https://github.com/nodejs/node/commit/a856406c2dc#diff-f6e3a86962eaf0897ab59e88b418e64fR678 Fix for PR: /~https://github.com/nodejs/node/pull/24358 --- doc/api/tls.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/tls.md b/doc/api/tls.md index 2a9bcd6f292da1..65897ab3151331 100644 --- a/doc/api/tls.md +++ b/doc/api/tls.md @@ -855,7 +855,7 @@ certificate. alternative to the `subject` names. * `infoAccess` {Array} (Optional) An array describing the AuthorityInfoAccess, used with OCSP. -* `issuerCert` {Object} (Optional) The issuer certificate object. For +* `issuerCertificate` {Object} (Optional) The issuer certificate object. For self-signed certificates, this may be a circular reference. The certificate may contain information about the public key, depending on