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

Function makeClientCertificates

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

Source from the content-addressed store, hash-verified

58}
59
60func makeClientCertificates() []tls.Certificate {
61 return []tls.Certificate{
62 test.Must(tls.X509KeyPair(
63 ClientCert,
64 ClientKey,
65 )),
66 }
67}
68
69func makeServerCertificates() []tls.Certificate {
70 return []tls.Certificate{

Callers 1

makeClientTLSConfigFunction · 0.85

Calls 1

MustFunction · 0.92

Tested by

no test coverage detected