MCPcopy Index your code
hub / github.com/cloudflare/cloudflared / DecodeOriginCert

Function DecodeOriginCert

credentials/origin_cert.go:58–60  ·  view source on GitHub ↗
(blocks []byte)

Source from the content-addressed store, hash-verified

56}
57
58func DecodeOriginCert(blocks []byte) (*OriginCert, error) {
59 return decodeOriginCert(blocks)
60}
61
62func (cert *OriginCert) EncodeOriginCert() ([]byte, error) {
63 if cert == nil {

Callers 2

loginFunction · 0.92

Calls 1

decodeOriginCertFunction · 0.85

Tested by 1