summaryrefslogtreecommitdiffstats
path: root/sign_csr.py
diff options
context:
space:
mode:
Diffstat (limited to 'sign_csr.py')
-rw-r--r--sign_csr.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sign_csr.py b/sign_csr.py
index f6fe24c..1afbf7b 100644
--- a/sign_csr.py
+++ b/sign_csr.py
@@ -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'], challenge['token'], responses[n]['data']))
+""".format(n + 4, i['domain'], responses[n]['data'].split(".")[0], responses[n]['data']))
stdout = sys.stdout
sys.stdout = sys.stderr