fixed gen_https_names bug

This commit is contained in:
James Kasten 2012-11-17 04:35:45 -05:00
parent be0408dc24
commit cb80d8576c

View file

@ -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)