diff options
Diffstat (limited to 'sign_csr.py')
-rw-r--r-- | sign_csr.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sign_csr.py b/sign_csr.py index 1afbf7b..fed7807 100644 --- a/sign_csr.py +++ b/sign_csr.py @@ -297,7 +297,7 @@ STEP 3: You need to sign some more files (replace 'user.key' with your user priv STEP {}: Please update your server to serve the following file at this URL: -------------- -URL: http://{}/.well-known/acme-challenge/{} +URL: http://{}/{} File contents: \"{}\" -------------- @@ -305,7 +305,7 @@ Notes: - Do not include the quotes in the file. - The file should be one line without any spaces. -""".format(n + 4, i['domain'], responses[n]['data'].split(".")[0], responses[n]['data'])) +""".format(n + 4, i['domain'], responses[n]['uri'], responses[n]['data'])) stdout = sys.stdout sys.stdout = sys.stderr |