Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CertChecker ¶
type CertChecker struct {
Hostname string
}
func New ¶
func New(hostname string) *CertChecker
func (*CertChecker) GetCertificate ¶
func (ck *CertChecker) GetCertificate() (Cert, error)
GetCertificate get the certificate information from the provided hostname.
Click to show internal directories.
Click to hide internal directories.