Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErica Portnoy <ebportnoy@gmail.com>2018-01-11 09:07:23 +0300
committerErica Portnoy <ebportnoy@gmail.com>2018-01-11 09:07:23 +0300
commit5d517a1f0db8220839159fdf973b21ceaa6952e2 (patch)
treeaebc4abbcb14041b2239cb65db5e130a21fbe102
parent1afec8a8fdc89fb189235ca6f6cdf7ba730260b1 (diff)
remove TODO
-rw-r--r--certbot-nginx/certbot_nginx/configurator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/certbot-nginx/certbot_nginx/configurator.py b/certbot-nginx/certbot_nginx/configurator.py
index 31380d755..2c6cf621d 100644
--- a/certbot-nginx/certbot_nginx/configurator.py
+++ b/certbot-nginx/certbot_nginx/configurator.py
@@ -865,7 +865,7 @@ class NginxConfigurator(common.Installer):
else: # tls-sni-01
sni_doer.add_chall(achall, i)
- sni_response = sni_doer.perform() # TODO(ebp): do we add the bucket line twice?
+ sni_response = sni_doer.perform()
http_response = http_doer.perform()
# Must restart in order to activate the challenges.
# Handled here because we may be able to load up other challenge types