Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DNSProvider ¶
type DNSProvider struct{}
func (*DNSProvider) CleanUp ¶
func (p *DNSProvider) CleanUp(domain, token, keyAuth string) error
func (*DNSProvider) Present ¶
func (p *DNSProvider) Present(domain, token, keyAuth string) error
type HTTPProvider ¶
func (*HTTPProvider) CleanUp ¶
func (p *HTTPProvider) CleanUp(domain, token, keyAuth string) error
func (*HTTPProvider) Present ¶
func (p *HTTPProvider) Present(domain, token, keyAuth string) error
type IamUtils ¶
func (*IamUtils) DeleteCertificate ¶
func (*IamUtils) ListCertificates ¶
func (*IamUtils) UploadCertificate ¶
type IamUtilsIface ¶
type User ¶
type User struct { Email string Registration *acme.RegistrationResource // contains filtered or unexported fields }
func (*User) GetPrivateKey ¶
func (u *User) GetPrivateKey() crypto.PrivateKey
func (*User) GetRegistration ¶
func (u *User) GetRegistration() *acme.RegistrationResource
func (*User) SetPrivateKey ¶
func (u *User) SetPrivateKey(key crypto.PrivateKey)
Click to show internal directories.
Click to hide internal directories.