From 32afb9c5a11a4b1127dc63fae9b56154056ebab2 Mon Sep 17 00:00:00 2001 From: Jason Heard Date: Sun, 15 Nov 2015 16:05:48 -0700 Subject: Only mention user key for revoke --- revoke_crt.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'revoke_crt.py') diff --git a/revoke_crt.py b/revoke_crt.py index ccfce0a..4d24db9 100644 --- a/revoke_crt.py +++ b/revoke_crt.py @@ -71,10 +71,9 @@ def revoke_crt(pubkey, crt): # Step 3: Ask the user to sign the revocation request sys.stderr.write("""\ -STEP 1: You need to sign a file (replace 'auth.key' with your user private key¬ -or the certificate private key). +STEP 1: You need to sign a file (replace 'user.key' with your user private key) -openssl dgst -sha256 -sign auth.key -out {} {} +openssl dgst -sha256 -sign user.key -out {} {} """.format(crt_file_sig_name, crt_file_name)) -- cgit v1.2.3