Versions in this module Expand all Collapse all v1 v1.15.1 Sep 9, 2024 v1.15.0 Sep 3, 2024 Changes in this version + func GetPercentage(cert x509.Certificate) float32 + type Percentage struct + PercentageMinThreshold float32 + func NewPercentage(percentage float32) (*Percentage, error) + func (p *Percentage) Renew(cert *x509.Certificate) (bool, error) + type StaticRenewal struct + Decision bool + func NewStaticRenewal(renew bool) (*StaticRenewal, error) + func (p *StaticRenewal) Renew(cert *x509.Certificate) (bool, error)