Lines Matching defs:cert
28 cert: leafPEM + intermPEM, property
116 const cert = new X509Certificate(pem); constant
123 cert: pem, property
222 const cert = new X509Certificate(pem); constant
230 cert: pem, property
335 const cert = new X509Certificate(pem); constant
344 cert: pem, property
437 const cert = fixtures.readKey('incorrect_san_correct_subject-cert.pem'); constant
455 const server = tls.createServer({ key, cert }, common.mustNotCall()); field
476 const cert = fixtures.readKey('irrelevant_san_correct_subject-cert.pem'); constant
494 const server = tls.createServer({ key, cert }, common.mustCall((socket) => { field