]> git.street.me.uk Git - andy/dehydrated.git/blobdiff - README.md
chmod +x import-account.pl
[andy/dehydrated.git] / README.md
index 7a33086631047f30d46716ab2714d8a93de22325..fcf6cab26edf7204af1cad065b4d860fd9566656 100644 (file)
--- a/README.md
+++ b/README.md
@@ -12,6 +12,7 @@ The only remaining perl code in this repository is the script you can use to con
 Current features:
 - Signing of a list of domains
 - Renewal if a certificate is about to expire
+- Certificate revocation
 
 Please keep in mind that this software and even the acme-protocol are relatively young and may still have some unresolved issues.
 Feel free to report any issues you find with this script or contribute by submitting a pullrequest.
@@ -35,7 +36,11 @@ After doing those two things you can just `./letsencrypt.sh`, and it should gene
 
 It can be used inside a cronjob as it automatically detects if a certificate is about to expire.
 
-### nginx
+### Certificate revocation
+
+Usage: `./letsencrypt.sh revoke path/to/cert.pem`
+
+### nginx config
 
 If you want to use nginx you can set up a location block to serve your challenge responses:
 
@@ -54,7 +59,7 @@ This perl-script can be used to import the account key from the original letsenc
 You should copy `private_key.json` to the same directory as the script.
 The json-file can be found in a subdirectory of `/etc/letsencrypt/accounts/acme-v01.api.letsencrypt.org/directory`.
 
-Usage: `perl import-account.pl`
+Usage: `./import-account.pl`
 
 ### import-certs.sh