From e50f5a55acad0da70f00392b783db4a646217e14 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Sun, 9 Feb 2020 15:00:18 -0500 Subject: revoke_crt.py: Update help text. --- revoke_crt.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/revoke_crt.py b/revoke_crt.py index 49de151..aaa3822 100644 --- a/revoke_crt.py +++ b/revoke_crt.py @@ -116,7 +116,7 @@ Get a SSL certificate revoked by a Let's Encrypt (ACME) certificate authority. You do NOT need to run this script on your server, it is meant to be run on your computer. -NOTE: YOUR PUBLIC KEY NEEDS TO BE THE SAME KEY USED TO ISSUE THE CERTIFICATE. +NOTE: YOUR USER KEY NEEDS TO BE THE SAME KEY USED TO ISSUE THE CERTIFICATE. Prerequisites: * openssl @@ -124,7 +124,7 @@ Prerequisites: Example: -------------- -$ python3 revoke_crt.py --public-key user.pub domain.crt +$ python3 revoke_crt.py --account-key user.key domain.crt -------------- """) -- cgit v1.2.3