From 28f03f0ba332d9c355cb63a7633be32147105992 Mon Sep 17 00:00:00 2001 From: Daniel Roesler Date: Thu, 3 Dec 2015 21:40:48 -0800 Subject: use the 'uri' key in the responses dict --- sign_csr.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sign_csr.py') 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 -- cgit v1.2.3