Closed
Description
The retry-after response header says how soon an ACME Client should refresh getARI info.
Using this value is good practice. See this post by Aaron Gable at the LE forum: https://community.letsencrypt.org/t/what-are-you-doing-with-ari-retry-after/233048/27. It discusses revisions of the ARI draft for this.
It would be nice if your getARI call would return this value to callers.
My preference is for it to be in the returned array 'body'. To me it is like a TTL for the suggestedWindow as so should be alongside it. But any other method is fine, of course, even returning all the raw http response headers (in the body or another way).
Thanks for your consideration.