diff options
Diffstat (limited to 'sign_csr.py')
-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 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 |