mirror of
https://github.com/certbot/certbot.git
synced 2026-06-05 23:04:39 -04:00
fixed gen_https_names bug
This commit is contained in:
parent
be0408dc24
commit
cb80d8576c
1 changed files with 2 additions and 1 deletions
|
|
@ -532,7 +532,8 @@ def authenticate():
|
|||
# This is being tested and will have to be cleaned and organized
|
||||
# once the protocol is finalized.
|
||||
if r.challenge and all_payment_challenge(r):
|
||||
challenges, dn = challenge_factory(r, os.path.abspath(req_file), os.path.abspath(key_file), config)
|
||||
# dont need to change domain names here
|
||||
challenges, temp = challenge_factory(r, os.path.abspath(req_file), os.path.abspath(key_file), config)
|
||||
for chall in challenges:
|
||||
chall.perform(quiet=curses)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue