From 5d517a1f0db8220839159fdf973b21ceaa6952e2 Mon Sep 17 00:00:00 2001 From: Erica Portnoy Date: Wed, 10 Jan 2018 22:07:23 -0800 Subject: remove TODO --- certbot-nginx/certbot_nginx/configurator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3