lambda-letsencrypt icon indicating copy to clipboard operation
lambda-letsencrypt copied to clipboard

delete and retry expired authorizations

Open aripringle opened this issue 8 years ago • 0 comments

If an authorization challenge for a domain has expired, LetsEncrypt returns a response like:

{'status': 404, 'type': u'urn:acme:error:malformed', 'detail': u'Expired authorization'}

In this event, the code will now delete the domain's config file from S3 and retry the authorize_domain call, which will create a new authorization challenge.

aripringle avatar May 16 '17 18:05 aripringle