MCPcopy 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
23func KeyFilePath(dir string) string {
24 return dir + "/cert_priv.pem"
25}
26
27func CAFilePath(dir string) string {
28 return dir + "/ca_pub.pem"

Callers 2

testServerTLSRefreshMethod · 0.92
GenerateTestChainWithSNFunction · 0.85

Calls

no outgoing calls

Tested by 1

testServerTLSRefreshMethod · 0.74