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
This commit is contained in:
parent
f11f180878
commit
36e5fd2915
@ -855,7 +855,7 @@ certificate.
|
|||||||
alternative to the `subject` names.
|
alternative to the `subject` names.
|
||||||
* `infoAccess` {Array} (Optional) An array describing the AuthorityInfoAccess,
|
* `infoAccess` {Array} (Optional) An array describing the AuthorityInfoAccess,
|
||||||
used with OCSP.
|
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.
|
self-signed certificates, this may be a circular reference.
|
||||||
|
|
||||||
The certificate may contain information about the public key, depending on
|
The certificate may contain information about the public key, depending on
|
||||||
|
Loading…
x
Reference in New Issue
Block a user