aboutsummaryrefslogtreecommitdiffstats
path: root/lacme.md
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2017-02-19 13:36:11 +0100
committerGuilhem Moulin <guilhem@fripost.org>2017-02-19 13:46:41 +0100
commit84f6363da57ccc3a58fc72f60cf51ca70cea34f6 (patch)
tree9337920e96b91e25195e9e8fa759ec50e0af4ad5 /lacme.md
parentde585094c458a36a387277544bda5f4004bbb03c (diff)
new-cert: new CLI option "min-days"
Diffstat (limited to 'lacme.md')
-rw-r--r--lacme.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/lacme.md b/lacme.md
index f5b5559..aec2cd1 100644
--- a/lacme.md
+++ b/lacme.md
@@ -88,7 +88,7 @@ Commands
When specified, the list of *CONTACT* information and the agreement
*URI* are sent to the server to replace the existing values.
-`lacme` [`--config-certs=`*FILE*] `new-cert` [*SECTION* …]
+`lacme` [`--config-certs=`*FILE*] [`--min-days=`*INT*] `new-cert` [*SECTION* …]
: Read the certificate configuration *FILE* (see the **[certificate
configuration file](#certificate-configuration-file)** section below
@@ -339,7 +339,10 @@ Valid options are:
: For an existing certificate, the minimum number of days before its
expiration date the section is considered for re-issuance.
- Default: `10`.
+ A negative value forces reissuance, while the number `0` limits
+ reissuance to expired certificates.
+ Default: the value of the CLI option `--min-days`, or `10` if there
+ is no such option.
*CAfile*