Skip to content

Commit

Permalink
doc: correct typo: cert.issuerCertificate
Browse files Browse the repository at this point in the history
- docs incorrectly mention issuerCert, should be issuerCertificate

Fix for Commit:
a856406c2dc#diff-f6e3a86962eaf0897ab59e88b418e64fR678

Fix for PR: #24358
  • Loading branch information
srl295 authored and targos committed Mar 30, 2019
1 parent 17bff5c commit a821a96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/tls.md
Original file line number Diff line number Diff line change
Expand Up @@ -813,7 +813,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
Expand Down

0 comments on commit a821a96

Please sign in to comment.