Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
70
func
tlsKeyFile() string {
71
return
strenv(
"TLS_KEY_PATH"
,
"./test/certs/server.key"
)
72
}
73
74
func
TlsCerts() (*tls.Certificate, []string) {
75
certpem, keypem := tlsKeyCertPem()
// prod
Callers
1
TlsCerts
Function · 0.85
Calls
1
strenv
Function · 0.85
Tested by
no test coverage detected