Documentation
¶
Index ¶
- type KeyAuthorizationToken
- type Manager
- func (s Manager) FetchIssuerName() string
- func (s *Manager) Init(ctx context.Context, db gorm.DB, options ManagerOptions) error
- func (s Manager) InitHttpHandlers(e *echo.Echo)
- func (s Manager) ObtainCertificate(domain string, privateKeyStr string) (string, error)
- func (s Manager) VerifyDomain(domain string) bool
- type ManagerOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KeyAuthorizationToken ¶
GORM Models
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
func (Manager) FetchIssuerName ¶
func (Manager) InitHttpHandlers ¶
func (s Manager) InitHttpHandlers(e *echo.Echo)
Init http handlers
func (Manager) ObtainCertificate ¶
This will initiate ACME server to reverse verification and store generated certificate in preferred location - return fullchain of the certificate, error
func (Manager) VerifyDomain ¶
VerifyDomain Verify whether the domain is pointing to the server Run this before requesting certificate from ACME
type ManagerOptions ¶
Click to show internal directories.
Click to hide internal directories.