diff options
| -rw-r--r-- | sign_csr.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/sign_csr.py b/sign_csr.py index ff9332b..a6987ff 100644 --- a/sign_csr.py +++ b/sign_csr.py @@ -5,7 +5,7 @@ import argparse, subprocess, json, os, urllib2, sys, base64, binascii, time, \  def host_token(domain, token, response_payload, user_step_number, file_based):      if file_based: -        response_url = 'http://{}.well-known/acme-challenge/{}'.format(domain, token) +        response_url = 'http://{}/.well-known/acme-challenge/{}'.format(domain, token)          # tell the user where to put a file          sys.stderr.write("""\ | 
