Skip to content

Commit a821a96

Browse files
srl295targos
authored andcommitted
doc: correct typo: cert.issuerCertificate
- docs incorrectly mention issuerCert, should be issuerCertificate Fix for Commit: a856406c2dc#diff-f6e3a86962eaf0897ab59e88b418e64fR678 Fix for PR: #24358
1 parent 17bff5c commit a821a96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/tls.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -813,7 +813,7 @@ certificate.
813813
alternative to the `subject` names.
814814
* `infoAccess` {Array} (Optional) An array describing the AuthorityInfoAccess,
815815
used with OCSP.
816-
* `issuerCert` {Object} (Optional) The issuer certificate object. For
816+
* `issuerCertificate` {Object} (Optional) The issuer certificate object. For
817817
self-signed certificates, this may be a circular reference.
818818

819819
The certificate may contain information about the public key, depending on

0 commit comments

Comments
 (0)