diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2020-11-26 00:17:08 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2020-11-26 00:17:08 +0100 |
commit | c3cce44cfc175b9ac641820c63354ade12fb05b5 (patch) | |
tree | 6cb1807941d7f2aa59527e6364e42d9482fda335 /lacme.8.md | |
parent | 0d1274eafa7119cafd51a67015bb658c8ec9b1a8 (diff) | |
parent | 51369e3955cdc5bf3f1ba0f6e2d7c4d73406c111 (diff) |
Merge tag 'upstream/0.7' into debian
New release 0.7
Diffstat (limited to 'lacme.8.md')
-rw-r--r-- | lacme.8.md | 13 |
1 files changed, 5 insertions, 8 deletions
@@ -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* |