mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 00:22:28 +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)
|
orderr = self.acme.new_order(csr.data)
|
||||||
authzr = self.auth_handler.handle_authorizations(orderr, best_effort)
|
authzr = self.auth_handler.handle_authorizations(orderr, best_effort)
|
||||||
if best_effort:
|
# TODO: check if we passed all authorizations, and if not,
|
||||||
# TODO: check if we passed all authorizations, and if not,
|
# create a new order and try again, possibly in a loop
|
||||||
# create a new order and try again, possibly in a loop
|
|
||||||
pass
|
|
||||||
|
|
||||||
certr = self.acme.request_issuance(
|
certr = self.acme.request_issuance(
|
||||||
jose.ComparableX509(
|
jose.ComparableX509(
|
||||||
|
|||||||
Reference in New Issue
Block a user