remove misplaced variable in CertStatus

This commit is contained in:
Maarten Vanden Branden
2020-06-23 12:26:56 +02:00
parent c703796028
commit 820362b2f1

View File

@@ -12,7 +12,6 @@ type CertStatus struct {
Domains []string
RenewBefore int
Expires int
DnsServers []string
}
// Status can be used to check the validity status of the certificate