mirror of
https://github.com/acepanel/panel.git
synced 2026-02-04 07:57:21 +08:00
feat: 更准确的证书续签判断
This commit is contained in:
@@ -12,6 +12,7 @@ type CertList struct {
|
||||
AutoRenew bool `json:"auto_renew"`
|
||||
Cert string `json:"cert"`
|
||||
Key string `json:"key"`
|
||||
CertURL string `json:"cert_url"`
|
||||
Script string `json:"script"`
|
||||
NotBefore time.Time `json:"not_before"`
|
||||
NotAfter time.Time `json:"not_after"`
|
||||
|
||||
Reference in New Issue
Block a user