Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PercentageRenewStrategy ¶
type PercentageRenewStrategy struct {
// contains filtered or unexported fields
}
func NewPercentageStrategy ¶
func NewPercentageStrategy(minPercentageLeft float32) (*PercentageRenewStrategy, error)
func (*PercentageRenewStrategy) NeedsNewSignature ¶
func (s *PercentageRenewStrategy) NeedsNewSignature(lifetime *CertInfo) bool
type SimpleStrategy ¶
type SimpleStrategy struct {
// contains filtered or unexported fields
}
func NewSimpleStrategy ¶
func NewSimpleStrategy(renew bool) *SimpleStrategy
func (*SimpleStrategy) NeedsNewSignature ¶
func (s *SimpleStrategy) NeedsNewSignature(lifetime *CertInfo) bool
Click to show internal directories.
Click to hide internal directories.