remove --sign in favor of two options "--force" and "--domain" (try 2)

This commit is contained in:
Markus Germeier
2015-12-15 20:56:07 +01:00
parent d04dc548a0
commit 8f6c23280d
3 changed files with 51 additions and 33 deletions
+2 -1
View File
@@ -26,12 +26,13 @@ Default command: cron
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.
--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)
```