From 99c2175c6eefb265b0eacac5072ced344b9254f9 Mon Sep 17 00:00:00 2001 From: Petr Kutalek Date: Fri, 4 Dec 2015 00:29:38 +0100 Subject: fixed file-based response prompt --- sign_csr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sign_csr.py') 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 -- cgit v1.2.3