Documentation ¶
Overview ¶
Package certapi implements the token + TEK verification API.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
func New ¶
func New(ctx context.Context, config *config.APIServerConfig, db *database.Database, h *render.Renderer, signer signer.KeyManager, pubKeyCache *cache.Cache) *Controller
func (*Controller) HandleCertificate ¶
func (c *Controller) HandleCertificate() http.Handler
Click to show internal directories.
Click to hide internal directories.