MCPcopy Index your code
hub / github.com/nodejs/node / loadPEM

Function loadPEM

test/parallel/test-tls-ecdh-auto.js:22–24  ·  view source on GitHub ↗
(n)

Source from the content-addressed store, hash-verified

20const fixtures = require('../common/fixtures');
21
22function loadPEM(n) {
23 return fixtures.readKey(`${n}.pem`);
24}
25
26const options = {
27 key: loadPEM('agent2-key'),

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected