diff options
| -rw-r--r-- | config/lacme-certs.conf | 9 | 
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 | 
