fix letsencrypt renew script a bit more
This commit is contained in:
parent
5ffdc33f13
commit
c91609315b
1 changed files with 1 additions and 0 deletions
|
|
@ -56,6 +56,7 @@ def get_cert(directory, acc, csr, challenge_hook):
|
||||||
try:
|
try:
|
||||||
finalized_orderr = client_acme.poll_and_finalize(orderr)
|
finalized_orderr = client_acme.poll_and_finalize(orderr)
|
||||||
except ValidationError as e:
|
except ValidationError as e:
|
||||||
|
msg = ''
|
||||||
for auth in e.failed_authzrs:
|
for auth in e.failed_authzrs:
|
||||||
msg += '\n Authorization for identifier %s failed.' % (
|
msg += '\n Authorization for identifier %s failed.' % (
|
||||||
auth.body.identifier)
|
auth.body.identifier)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue