From 681bf10e103b84b278491e6fff88e9d600ada72d Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Fri, 12 Feb 2021 22:13:31 +0100 Subject: Improve keyUsage documentation. --- config/lacme-certs.conf | 3 ++- lacme.8.md | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) 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 = diff --git a/lacme.8.md b/lacme.8.md index 3d46786..ee6aedd 100644 --- a/lacme.8.md +++ b/lacme.8.md @@ -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* -- cgit v1.2.3