From fd4386c6b8bf2858da71d3e089528414ecd4a352 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Tue, 9 Jul 2019 18:11:50 -0400 Subject: revoke_crt.py: Use input instead of raw_input. --- revoke_crt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'revoke_crt.py') diff --git a/revoke_crt.py b/revoke_crt.py index 9897021..a5ce7e2 100644 --- a/revoke_crt.py +++ b/revoke_crt.py @@ -81,7 +81,7 @@ openssl dgst -sha256 -sign user.key -out {0} {1} temp_stdout = sys.stdout sys.stdout = sys.stderr - raw_input("Press Enter when you've run the above command in a new terminal window...") + input("Press Enter when you've run the above command in a new terminal window...") sys.stdout = temp_stdout # Step 4: Load the signature and send the revokation request -- cgit v1.2.3