mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 13:59:02 -04:00
remove TODO
This commit is contained in:
parent
1afec8a8fd
commit
5d517a1f0d
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue