diff options
Diffstat (limited to 'config')
| -rw-r--r-- | config/lacme-certs.conf | 6 | ||||
| -rw-r--r-- | config/lacme.conf | 2 | 
2 files changed, 4 insertions, 4 deletions
| diff --git a/config/lacme-certs.conf b/config/lacme-certs.conf index 91c2b3d..5259690 100644 --- a/config/lacme-certs.conf +++ b/config/lacme-certs.conf @@ -1,5 +1,5 @@  # Each non-default section refer to separate certificate issuance -# requests. Options in the default section apply to each sections. +# requests. Settings in the default section apply to each sections.  # Message digest to sign the Certificate Signing Request with,  # overriding the req(1ssl) default. @@ -27,7 +27,7 @@  #[www] -# Path the service's private key.  This option is required. +# Path the service's private key.  This setting is required.  #  #certificate-key = /etc/nginx/ssl/srv.key @@ -40,7 +40,7 @@  #  #certificate-chain = /etc/nginx/ssl/srv.chain.crt -# Subject field of the Certificate Signing Request.  This option is +# Subject field of the Certificate Signing Request.  This setting is  # required.  #  #subject = /CN=example.org diff --git a/config/lacme.conf b/config/lacme.conf index a6cb9c7..98ecacb 100644 --- a/config/lacme.conf +++ b/config/lacme.conf @@ -12,7 +12,7 @@  # other users, or if its parent directory is writable by other users.  # Default: "$XDG_RUNTIME_DIR/S.lacme" if the XDG_RUNTIME_DIR environment  # variable is set. -# This option is ignored when lacme-accountd(1) is spawned by lacme(8), +# This setting is ignored when lacme-accountd(1) is spawned by lacme(8),  # since the two processes communicate through a socket pair.  See the  # "accountd" section below for details.  # | 
