Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/celzero/midway
/ tlsCertFile
Function
tlsCertFile
midway/env/env.go:66–68 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
64
}
65
66
func
tlsCertFile() string {
67
return
strenv(
"TLS_CERT_PATH"
,
"./test/certs/server.crt"
)
68
}
69
70
func
tlsKeyFile() string {
71
return
strenv(
"TLS_KEY_PATH"
,
"./test/certs/server.key"
)
Callers
1
TlsCerts
Function · 0.85
Calls
1
strenv
Function · 0.85
Tested by
no test coverage detected