From 8549ff9e464046302493e4618ab905c2c7569477 Mon Sep 17 00:00:00 2001 From: Niklas Keller Date: Wed, 23 Mar 2016 22:01:47 +0100 Subject: [PATCH] Fix documentation bug: Missing server on revocation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a5d3c2..a30814a 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ bin/acme issue -s letsencrypt -d example.com:www.example.com -p /var/www/example To revoke a certificate, you need a valid account key currently, just like for issuance. ``` -bin/acme revoke --name example.com +bin/acme revoke --name example.com -s letsencrypt ``` For renewal, there's the `bin/acme check` subcommand.