Documentation
¶
Index ¶
- type Client
- func (c *Client) CreateCA(ctx context.Context, req schema.CreateCertRequest) (*schema.Cert, error)
- func (c *Client) CreateCert(ctx context.Context, req schema.CreateCertRequest, ca schema.CertKey) (*schema.Cert, error)
- func (c *Client) GetCert(ctx context.Context, cert schema.CertKey, chain, private bool) (*schema.CertBundle, error)
- func (c *Client) ListCerts(ctx context.Context, req schema.CertListRequest) (*schema.CertList, error)
- func (c *Client) RenewCA(ctx context.Context, ca schema.CertKey, req schema.RenewCertRequest) (*schema.Cert, error)
- func (c *Client) RenewCert(ctx context.Context, cert schema.CertKey, req schema.RenewCertRequest) (*schema.Cert, error)
- func (c *Client) UpdateCert(ctx context.Context, cert schema.CertKey, meta schema.CertMeta) (*schema.Cert, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
Client is a certificate manager HTTP client that wraps the base HTTP client.
func (*Client) CreateCert ¶
Click to show internal directories.
Click to hide internal directories.