mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 08:45:22 +02:00
remove if/pass
This commit is contained in:
+2
-4
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user