MCPcopy Create free account
hub / github.com/TheThingsNetwork/lorawan-stack / makeCertPool

Function makeCertPool

pkg/interop/util_test.go:54–58  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

52)
53
54func makeCertPool() *x509.CertPool {
55 certpool := x509.NewCertPool()
56 certpool.AppendCertsFromPEM(RootCA)
57 return certpool
58}
59
60func makeClientCertificates() []tls.Certificate {
61 return []tls.Certificate{

Callers 2

makeClientTLSConfigFunction · 0.85
makeServerTLSConfigFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected