aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2016-12-01 13:52:14 +0100
committerGuilhem Moulin <guilhem@fripost.org>2016-12-01 13:52:14 +0100
commitd39ec1c01a622996b5470ec6ce359be254f5274e (patch)
treeb7e08cdbd41bc94f01e10da142835bd85da43c04 /config
parent78acf82bd5f19b2d317de2c27e9ea2b7cd0d5633 (diff)
wibble
Diffstat (limited to 'config')
-rw-r--r--config/lacme-certs.conf9
1 files changed, 5 insertions, 4 deletions
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