Skip to content

Commit

Permalink
Added validity response
Browse files Browse the repository at this point in the history
  • Loading branch information
djthorpe committed Jun 7, 2024
1 parent f96dc97 commit d9d7a64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/handler/certmanager/endpoints.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ type reqCreateCert struct {
}

type respCert struct {
Cert `json:"cert"`
Cert `json:"meta"`
Certificate string `json:"certificate,omitempty"`
PrivateKey string `json:"key,omitempty"`
Error string `json:"error,omitempty"`
Error string `json:"validity,omitempty"`
}

// Check interfaces are satisfied
Expand Down

0 comments on commit d9d7a64

Please sign in to comment.