Documentation
¶
Index ¶
- type Service
- func (s *Service) Generate(ctx context.Context, hosts []string, opts domain.GenerateOptions) (*domain.GenerateResult, error)
- func (s *Service) GenerateCSR(ctx context.Context, hosts []string, opts domain.GenerateOptions) (*domain.CSRResult, error)
- func (s *Service) Renew(ctx context.Context, certPath string, opts domain.GenerateOptions) (*domain.GenerateResult, error)
- func (s *Service) SignCSR(ctx context.Context, csrPath string, opts domain.GenerateOptions) (*domain.GenerateResult, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct{}
func (*Service) Generate ¶
func (s *Service) Generate(ctx context.Context, hosts []string, opts domain.GenerateOptions) (*domain.GenerateResult, error)
func (*Service) GenerateCSR ¶
Click to show internal directories.
Click to hide internal directories.