summaryrefslogtreecommitdiffstats
path: root/revoke_crt.py
diff options
context:
space:
mode:
authorJason Heard <jasonpheard@gmail.com>2015-11-15 15:43:01 -0700
committerJason Heard <jasonpheard@gmail.com>2015-11-15 15:43:01 -0700
commitaa82bb4f02e00837e90397583fe13757a228b61a (patch)
treef08e4d0ddec77c2e98d64c2ded9f18b972225324 /revoke_crt.py
parentdefce7e02af5545f7977e6bd94f605d06584a6e7 (diff)
Update README to mention revocation
Diffstat (limited to 'revoke_crt.py')
-rw-r--r--revoke_crt.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/revoke_crt.py b/revoke_crt.py
index b7aa5e1..ccfce0a 100644
--- a/revoke_crt.py
+++ b/revoke_crt.py
@@ -71,9 +71,10 @@ def revoke_crt(pubkey, crt):
# Step 3: Ask the user to sign the revocation request
sys.stderr.write("""\
-STEP 1: You need to sign some files (replace 'user.key' with your user private key).
+STEP 1: You need to sign a file (replace 'auth.key' with your user private key¬
+or the certificate private key).
-openssl dgst -sha256 -sign user.key -out {} {}
+openssl dgst -sha256 -sign auth.key -out {} {}
""".format(crt_file_sig_name, crt_file_name))