We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04784be commit 2d5bfd3Copy full SHA for 2d5bfd3
authority/admin/db.go
@@ -54,7 +54,7 @@ func UnmarshalProvisionerDetails(typ linkedca.Provisioner_Type, data []byte) (*l
54
return &linkedca.ProvisionerDetails{Data: v.Data}, nil
55
}
56
57
-// DB is the DB interface expected by the step-ca ACME API.
+// DB is the DB interface expected by the step-ca Admin API.
58
type DB interface {
59
CreateProvisioner(ctx context.Context, prov *linkedca.Provisioner) error
60
GetProvisioner(ctx context.Context, id string) (*linkedca.Provisioner, error)
0 commit comments