summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 6abd202..3121f5d 100644
--- a/README.md
+++ b/README.md
@@ -333,7 +333,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
@@ -341,7 +341,7 @@ Prerequisites:
Example:
--------------
-$ python3 revoke_crt.py --public-key user.pub domain.crt
+$ python3 revoke_crt.py --account-key user.key domain.crt
--------------
positional arguments: