Versions in this module Expand all Collapse all v0 v0.1.0 Sep 9, 2026 Changes in this version + type Server struct + func New(actorIdentityJWTIssuer string, actorIDJWTPool localjwtauthority.Pool, ...) *Server + func (s *Server) MintCert(ctx context.Context, req *ateapipb.MintCertRequest) (*ateapipb.MintCertResponse, error) + func (s *Server) MintJWT(ctx context.Context, req *ateapipb.MintJWTRequest) (*ateapipb.MintJWTResponse, error)