diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2021-02-12 22:13:31 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2021-02-12 22:30:35 +0100 |
commit | 681bf10e103b84b278491e6fff88e9d600ada72d (patch) | |
tree | a20974dc145a74319707f76a3df3fc22e59a662d /config | |
parent | abd23923fa4d9ea609ce4178695fb73b34b7a5ea (diff) |
Improve keyUsage documentation.
Diffstat (limited to 'config')
-rw-r--r-- | config/lacme-certs.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/lacme-certs.conf b/config/lacme-certs.conf index 038d685..91c2b3d 100644 --- a/config/lacme-certs.conf +++ b/config/lacme-certs.conf @@ -8,7 +8,8 @@ # Comma-separated list of Key Usages, for instance "digitalSignature, # keyEncipherment", to include in the Certificate Signing Request. -# See x509v3_config(5ssl) for a list of possible values. +# See x509v3_config(5ssl) for a list of possible values. Note that the +# ACME might override the value provided here. # #keyUsage = |