Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/temporalio/temporal
/ KeyFilePath
Function
KeyFilePath
tests/testutils/tls.go:23–25 ·
view source on GitHub ↗
(dir string)
Source
from the content-addressed store, hash-verified
21
}
22
23
func
KeyFilePath(dir string) string {
24
return
dir +
"/cert_priv.pem"
25
}
26
27
func
CAFilePath(dir string) string {
28
return
dir +
"/ca_pub.pem"
Callers
2
testServerTLSRefresh
Method · 0.92
GenerateTestChainWithSN
Function · 0.85
Calls
no outgoing calls
Tested by
1
testServerTLSRefresh
Method · 0.74