Documentation ¶
Index ¶
- type Acme
- func (a *Acme) CleanUp(domain, token, _ string) error
- func (a *Acme) Log() (log *logrus.Entry)
- func (a *Acme) Mux() *http.ServeMux
- func (a *Acme) ObtainCertificate(domains []string) (data map[string][]byte, err error)
- func (a *Acme) Present(domain, token, key string) error
- func (a *Acme) RunServer(stopCh <-chan struct{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Acme ¶
type Acme struct { kubelego.Acme // contains filtered or unexported fields }
func (*Acme) ObtainCertificate ¶
Click to show internal directories.
Click to hide internal directories.