forked from TrueCloudLab/certificates
[acme db interface] wip
This commit is contained in:
parent
1135ae04fc
commit
491c188a5e
1 changed files with 8 additions and 9 deletions
|
@ -10,9 +10,8 @@ import (
|
|||
type Authorization struct {
|
||||
Identifier Identifier `json:"identifier"`
|
||||
Status Status `json:"status"`
|
||||
Expires string `json:"expires"`
|
||||
Expires time.Time `json:"expires"`
|
||||
Challenges []*Challenge `json:"challenges"`
|
||||
ChallengeIDs string `json::"-"`
|
||||
Wildcard bool `json:"wildcard"`
|
||||
ID string `json:"-"`
|
||||
AccountID string `json:"-"`
|
||||
|
|
Loading…
Reference in a new issue