]> git.street.me.uk Git - andy/dehydrated.git/blobdiff - README.md
Revert "tests are failing because of api limits, removed badge from readme"
[andy/dehydrated.git] / README.md
index a59ae0471586675e3e43cf6a5fc214a1112d0971..e2782be23cfcecdd8290377995293d69c95cff5d 100644 (file)
--- a/README.md
+++ b/README.md
@@ -22,16 +22,17 @@ Feel free to report any issues you find with this script or contribute by submit
 ```text
 Usage: ./letsencrypt.sh [-h] [command [argument]] [parameter [argument]] [parameter [argument]] ...
 
-Default command: cron
+Default command: help
 
 Commands:
- --cron (-c)                      Sign/renew non-existant/changed(TODO)/expiring certificates.
- --sign (-s) domain.tld           Force-sign specific certificate from domains.txt, even if not yet expiring or changed.
+ --cron (-c)                      Sign/renew non-existant/changed/expiring certificates.
  --revoke (-r) path/to/cert.pem   Revoke specified certificate
  --help (-h)                      Show help text
  --env (-e)                       Output configuration variables for use in other scripts
 
 Parameters:
+ --domain (-d) domain.tld         Use specified domain name instead of domains.txt, use multiple times for certificate with SAN names
+ --force (-x)                     force renew of certificate even if it is longer valid than value in RENEW_DAYS
  --config (-f) path/to/config.sh  Use specified config file
  --privkey (-p) path/to/key.pem   Use specified private key instead of account key (useful for revocation)
 ```