Versions in this module Expand all Collapse all v0 v0.6.335 Sep 4, 2026 Changes in this version + func NewCmdMintCert(store Store) *cobra.Command + type CertIssuer interface + Issue func(ctx context.Context, req certIssueRequest) (string, error) + IssueNode func(ctx context.Context, req nodeCertIssueRequest) (string, error) + type Store interface + GetAccessToken func() (string, error)