From af0aec9eef42181731aeda4f2c2851d151cfd890 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Sun, 9 Feb 2020 14:54:11 -0500 Subject: README.md: Update 'Example use of the revocation script' section. --- README.md | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 7fe598a..6abd202 100644 --- a/README.md +++ b/README.md @@ -358,25 +358,17 @@ user@hostname:~$ ### Commands (what you do in your main terminal window) ``` -user@hostname:~$ python3 revoke_crt.py --public-key user.pub domain.crt +user@hostname:~$ python3 revoke_crt.py -k user.key chained.pem Reading pubkey file... +Enter pass phrase for user.key: Found public key! -STEP 1: You need to sign a file (replace 'user.key' with your user private key) - -openssl dgst -sha256 -sign user.key -out revoke_Z5Qxj3.sig revoke_TKSK9w.json - -Press Enter when you've run the above command in a new terminal window... -Requesting revocation... +Getting account info... +Enter pass phrase for user.key: +Enter pass phrase for user.key: Certificate revoked! user@hostname:~$ ``` -### Manual Command (the stuff the script asked you to do in a 2nd terminal) -``` -#signed files -user@hostname:~$ openssl dgst -sha256 -sign user.key -out revoke_Z5Qxj3.sig revoke_TKSK9w.json -``` - ## Alternative: Official Let's Encrypt Client After I released this script, Let's Encrypt added a manual authenticator to -- cgit v1.2.3