Skip to content

Commit

Permalink
fix: ARI explanationURL (#1944)
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez authored Jun 23, 2023
1 parent 2471d45 commit 2c0c8a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acme/commons.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 2c0c8a0

Please sign in to comment.