MCPcopy Create free account
hub / github.com/celzero/midway / tlsKeyFile

Function tlsKeyFile

midway/env/env.go:70–72  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

68}
69
70func tlsKeyFile() string {
71 return strenv("TLS_KEY_PATH", "./test/certs/server.key")
72}
73
74func TlsCerts() (*tls.Certificate, []string) {
75 certpem, keypem := tlsKeyCertPem() // prod

Callers 1

TlsCertsFunction · 0.85

Calls 1

strenvFunction · 0.85

Tested by

no test coverage detected