Update github.com/xenolf/lego to 0.4.1
This commit is contained in:
parent
5042c5bf40
commit
e8d63b2a3b
105 changed files with 4299 additions and 2075 deletions
5
vendor/github.com/xenolf/lego/acme/messages.go
generated
vendored
5
vendor/github.com/xenolf/lego/acme/messages.go
generated
vendored
|
@ -93,6 +93,11 @@ type revokeCertMessage struct {
|
|||
Certificate string `json:"certificate"`
|
||||
}
|
||||
|
||||
type deactivateAuthMessage struct {
|
||||
Resource string `json:"resource,omitempty"`
|
||||
Status string `jsom:"status"`
|
||||
}
|
||||
|
||||
// CertificateResource represents a CA issued certificate.
|
||||
// PrivateKey, Certificate and IssuerCertificate are all
|
||||
// already PEM encoded and can be directly written to disk.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue