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

Function loadPEM

test/parallel/test-tls-sni-server-client.js:32–34  ·  view source on GitHub ↗
(n)

Source from the content-addressed store, hash-verified

30
31
32function loadPEM(n) {
33 return fixtures.readKey(`${n}.pem`);
34}
35
36const serverOptions = {
37 key: loadPEM('agent2-key'),

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected