Skip to content

Commit

Permalink
review: add link to RFC
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed May 7, 2024
1 parent 60c85b5 commit 481b1dc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion certificate/renewal.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ type RenewalInfoResponse struct {
acme.RenewalInfoResponse

// RetryAfter header indicating the polling interval that the ACME server recommends.
// Conforming clients SHOULD query the renewalInfo URL again after the RetryAfter period has passed, as the server may provide a different suggestedWindow.
// Conforming clients SHOULD query the renewalInfo URL again after the RetryAfter period has passed,
// as the server may provide a different suggestedWindow.
// https://datatracker.ietf.org/doc/html/draft-ietf-acme-ari-03#section-4.2
RetryAfter time.Duration
}

Expand Down

0 comments on commit 481b1dc

Please sign in to comment.