Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
32
function
loadPEM(n) {
33
return
fixtures.readKey(`${n}.pem`);
34
}
35
36
const
serverOptions = {
37
key: loadPEM(
'agent2-key'
),
Callers
1
test-tls-sni-server-client.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected