MCPcopy
hub / github.com/caddyserver/caddy / mockIssuer

Struct mockIssuer

admin_test.go:883–885  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

881}
882
883type mockIssuer struct {
884 configSet *certmagic.Config
885}
886
887func (m *mockIssuer) Issue(ctx context.Context, csr *x509.CertificateRequest) (*certmagic.IssuedCertificate, error) {
888 return &certmagic.IssuedCertificate{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected