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:
Diffstat (limited to 'certbot-nginx/certbot_nginx/configurator.py')
-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