diff --git a/README.md b/README.md index 18633b5..00cf26c 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,9 @@ By default the directory (work_dir) containing the working data (csr,certificate | -c/--config-file | **c** | global configuration file (optional) | /etc/acertmgr/acertmgr.conf | | -d/--config-dir | **c** | directory containing domain configuration files (ending with .conf, globalconfig will be excluded automatically if in same directory) | /etc/acertmgr/*.conf | | -w/--work-dir | **c** | working directory containing csr/certificates/keys/ca files | /etc/acertmgr | +| --force-renew | **c** | (or --renew-now) Immediately renew all certificates containing the given domain(s) | | +| --revoke | **c** | Revoke the certificate at the given path | | +| --revoke-reason | **c** | Provide a reason code for the revocation (see https://tools.ietf.org/html/rfc5280#section-5.3.1 for valid values) | | | domain (san-domain...): | **d** | (domainconfig section start) Domains to use in the cert request, will be MD5 hashed as cert_id | | | api | d,**g** | Determines the API version used | v2 | | authority | d,**g** | URL to the certificate authorities API | https://acme-v02.api.letsencrypt.org |