Versions in this module Expand all Collapse all v0 v0.1.0 Oct 4, 2021 Changes in this version + type Cert struct + Expires time.Time + Issuer pkix.Name + type CertChecker struct + Hostname string + func New(hostname string) *CertChecker + func (ck *CertChecker) GetCertificate() (Cert, error)