summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2019-07-09 18:11:50 -0400
committerrsiddharth <s@ricketyspace.net>2019-07-09 18:11:50 -0400
commitfd4386c6b8bf2858da71d3e089528414ecd4a352 (patch)
tree66ea998958592d7bdbb88097ee3ec3a69e876754
parent6dffeefb95e424a70b08aba2e1942b3be32febd6 (diff)
revoke_crt.py: Use input instead of raw_input.
-rw-r--r--revoke_crt.py2
1 files changed, 1 insertions, 1 deletions
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