Documentation
¶
Index ¶
- func Attach(c *client.Client, name string, domain string) error
- func Delete(c *client.Client, name string) error
- func Detach(c *client.Client, name string, domain string) error
- func Get(c *client.Client, name string) (api.Cert, error)
- func List(c *client.Client, results int) ([]api.Cert, int, error)
- func New(c *client.Client, cert string, key string, name string) (api.Cert, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Attach ¶
Attach a certificate to a domain
func Detach ¶
Detach a certificate from a domain
func Get ¶
Get information for a certificate
func List ¶
List certs registered with the controller.
Types ¶
This section is empty.
Source Files
¶
- certs.go
Click to show internal directories.
Click to hide internal directories.