aboutsummaryrefslogtreecommitdiffstats
path: root/lacme.8.md
diff options
context:
space:
mode:
Diffstat (limited to 'lacme.8.md')
-rw-r--r--lacme.8.md13
1 files changed, 5 insertions, 8 deletions
diff --git a/lacme.8.md b/lacme.8.md
index 90fd3cf..4098662 100644
--- a/lacme.8.md
+++ b/lacme.8.md
@@ -326,9 +326,8 @@ Valid options are:
*certificate-chain*
-: Where to store the issued certificate, concatenated with the content
- of the file specified specified with the *CAfile* option (in PEM
- format).
+: Where to store the issued certificate along with its chain of trust
+ (in PEM format).
At least one of *certificate* or *certificate-chain* is required.
*certificate-key*
@@ -350,11 +349,9 @@ Valid options are:
*CAfile*
-: Path to the issuer's certificate. This is used for
- *certificate-chain* and to verify the validity of each issued
- certificate.
- Specifying an empty value skip certificate validation.
- Default: `@@datadir@@/lacme/lets-encrypt-x3-cross-signed.pem`.
+: Path to trusted issuer certificates, used for validating each issued
+ certificate. Specifying an empty values skips certificate validation.
+ Default: `@@datadir@@/lacme/ca-certificates.crt`.
*hash*