From d39ec1c01a622996b5470ec6ce359be254f5274e Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Thu, 1 Dec 2016 13:52:14 +0100 Subject: wibble --- config/lacme-certs.conf | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'config') diff --git a/config/lacme-certs.conf b/config/lacme-certs.conf index 9b9df2f..45c46a8 100644 --- a/config/lacme-certs.conf +++ b/config/lacme-certs.conf @@ -7,8 +7,12 @@ # Comma-separated list of Key Usages, see x509v3_config(5ssl). #keyUsage = digitalSignature, keyEncipherment + #[www] +# Path the service's private key. This option is required. +#certificate-key = /etc/nginx/ssl/srv.key + # Where to store the issued certificate (in PEM format). #certificate = /etc/nginx/ssl/srv.pem @@ -16,9 +20,6 @@ # of the file specified specified with the CAfile option (in PEM format). #certificate-chain = /etc/nginx/ssl/srv.chain.pem -# Path the service's private key. This option is required. -#certificate-key = /etc/nginx/ssl/srv.key - # For an existing certificate, the minimum number of days before its # expiration date the section is considered for re-issuance. #min-days = 10 @@ -39,7 +40,7 @@ # certificate-chain with. #chown = root:root -# octal mode to chmod the issued certificate and certificate-chain with. +# Octal mode to chmod the issued certificate and certificate-chain with. #chmod = 0644 # Command to pass the the system's command shell ("/bin/sh -c") after -- cgit v1.2.3