mirror of https://github.com/nodejs/node.git
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/24358pull/26934/head
parent
f11f180878
commit
36e5fd2915
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue