We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97a7d92 commit f5df725Copy full SHA for f5df725
1 file changed
lib/internal/crypto/x509.js
@@ -193,7 +193,7 @@ class X509Certificate {
193
if (value === undefined) {
194
const cert = this[kHandle].getIssuerCert();
195
if (cert)
196
- value = new InternalX509Certificate(this[kHandle].getIssuerCert());
+ value = new InternalX509Certificate(cert);
197
this[kInternalState].set('issuerCertificate', value);
198
}
199
return value;
0 commit comments