Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ACMEProviderSupported ¶
func InitACME ¶
func InitACME(c *config.ServerConfigT) error
func RegisterAccount ¶
func SetChallenger ¶
Types ¶
type ACMEUser ¶
type ACMEUser struct { Email string Registration *registration.Resource Key crypto.PrivateKey }
func (*ACMEUser) GetPrivateKey ¶
func (u *ACMEUser) GetPrivateKey() crypto.PrivateKey
func (*ACMEUser) GetRegistration ¶
func (u *ACMEUser) GetRegistration() *registration.Resource
Click to show internal directories.
Click to hide internal directories.