MCPcopy Create free account
hub / github.com/PleasureTools/joyBox / TLSOptions

Method TLSOptions

backend/Src/WebServerFactory.ts:13–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11 }
12
13 private TLSOptions() {
14 return {
15 key: fs.readFileSync(TLS_PRIVATE_KEY, 'utf8'),
16 cert: fs.readFileSync(TLS_CERTIFICATE, 'utf8')
17 };
18 }
19}

Callers 1

CreateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected