mirror of
https://github.com/go-acme/lego.git
synced 2024-11-24 16:53:52 +02:00
fix: ARI explanationURL (#1944)
This commit is contained in:
parent
2471d4582f
commit
2c0c8a03ed
@ -325,7 +325,7 @@ type RenewalInfoResponse struct {
|
||||
// For example, it may be a page explaining the CA's dynamic load-balancing strategy,
|
||||
// or a page documenting which certificates are affected by a mass revocation event.
|
||||
// Callers SHOULD provide this URL to their operator, if present.
|
||||
ExplanationURL string `json:"explanationUrl"`
|
||||
ExplanationURL string `json:"explanationURL"`
|
||||
}
|
||||
|
||||
// RenewalInfoUpdateRequest is the JWS payload for POST requests made to the renewalInfo endpoint.
|
||||
|
Loading…
Reference in New Issue
Block a user