mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 16:30:31 +02:00
use path param
This commit is contained in:
@@ -232,7 +232,7 @@ class AuthHandler(object):
|
||||
dv_chall = []
|
||||
client_chall = []
|
||||
|
||||
for index in self.paths[domain]:
|
||||
for index in path:
|
||||
chall = challenges[index]
|
||||
|
||||
# Authenticator Challenges
|
||||
|
||||
Reference in New Issue
Block a user