Versions in this module Expand all Collapse all v0 v0.1.0 Nov 17, 2020 Changes in this version + type Certificate struct + CertStableUrl *string + CertUrl *string + CreatedAt time.Time + Domains []string + Key *privatekey.PrivateKey + KeyCreatedAt time.Time + NotAfter time.Time + Pem []byte + func New(domains []string) *Certificate + func (c *Certificate) Add(data [][]byte) error + func (c *Certificate) Request() ([]byte, error) + func (c *Certificate) ValidCert(der [][]byte, now time.Time) (leaf *x509.Certificate, err error)