mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 14:26:10 -04:00
remove if/pass
This commit is contained in:
parent
3dfeb483ee
commit
d6af978472
1 changed files with 2 additions and 4 deletions
|
|
@ -260,10 +260,8 @@ class Client(object):
|
|||
|
||||
orderr = self.acme.new_order(csr.data)
|
||||
authzr = self.auth_handler.handle_authorizations(orderr, best_effort)
|
||||
if best_effort:
|
||||
# TODO: check if we passed all authorizations, and if not,
|
||||
# create a new order and try again, possibly in a loop
|
||||
pass
|
||||
# TODO: check if we passed all authorizations, and if not,
|
||||
# create a new order and try again, possibly in a loop
|
||||
|
||||
certr = self.acme.request_issuance(
|
||||
jose.ComparableX509(
|
||||
|
|
|
|||
Loading…
Reference in a new issue