fix letsencrypt renew script a bit more

This commit is contained in:
nd 2020-10-07 08:35:45 +02:00
parent 5ffdc33f13
commit c91609315b
No known key found for this signature in database
GPG key ID: 21B5CD4DEE3670E9

View file

@ -56,6 +56,7 @@ def get_cert(directory, acc, csr, challenge_hook):
try:
finalized_orderr = client_acme.poll_and_finalize(orderr)
except ValidationError as e:
msg = ''
for auth in e.failed_authzrs:
msg += '\n Authorization for identifier %s failed.' % (
auth.body.identifier)