diff options
| -rw-r--r-- | config/lacme-certs.conf | 3 | ||||
| -rw-r--r-- | lacme.8.md | 2 | 
2 files changed, 4 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 = @@ -382,6 +382,8 @@ Valid options are:  :   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.  *subject* | 
