mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 07:12:54 -04:00
Merge branch 'master' of ssh://github.com/research/chocolate
This commit is contained in:
commit
ca2a40aa33
1 changed files with 1 additions and 1 deletions
|
|
@ -296,7 +296,7 @@ def challenge_factory(r, req_filepath, key_filepath, config):
|
|||
|
||||
if chall.type == r.Payment:
|
||||
url = chall.data[0]
|
||||
challenges.append(Payment_Challenge(url))
|
||||
challenges.append(Payment_Challenge(url, "Alexa Top 10k Domain"))
|
||||
|
||||
#if chall.type == r.Interactive:
|
||||
# message = chall.data
|
||||
|
|
|
|||
Loading…
Reference in a new issue