mirror of
https://github.com/1f349/orchid.git
synced 2025-01-10 09:16:25 +00:00
Use domains in certificate json
This commit is contained in:
parent
c08e73ecfc
commit
dd77f3836e
@ -29,7 +29,7 @@ type Certificate struct {
|
|||||||
RenewFailed bool `json:"renew_failed"`
|
RenewFailed bool `json:"renew_failed"`
|
||||||
NotAfter time.Time `json:"not_after"`
|
NotAfter time.Time `json:"not_after"`
|
||||||
UpdatedAt time.Time `json:"updated_at"`
|
UpdatedAt time.Time `json:"updated_at"`
|
||||||
Domains []string `json:"domain"`
|
Domains []string `json:"domains"`
|
||||||
}
|
}
|
||||||
|
|
||||||
//go:embed find-owned-certs.sql
|
//go:embed find-owned-certs.sql
|
||||||
|
Loading…
Reference in New Issue
Block a user