From 9d68bfbaa408aff3892cb14ebdd291e76155ad8a Mon Sep 17 00:00:00 2001
From: Robin Sonnabend <robin@fsmpi.rwth-aachen.de>
Date: Thu, 20 Dec 2018 18:57:39 +0100
Subject: [PATCH] Update README, acmetool is activated by default in nginx

---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 20ae884..960293e 100644
--- a/README.md
+++ b/README.md
@@ -130,12 +130,12 @@ If servers are configured, the generated configuration files end with `.conf` an
     - `path`: path under this domain to redirect the hostnames to
     - `hostnames`: list of hostnames to redirect to this domain
 * `no_ssl`: if `yes`, the proxy listens to HTTP, not HTTPS
-* `certificate`: path to the TLS certificate file (required for HTTPS)
-* `private_key`: path to the TLS private key file (required for HTTPS)
+* `certificate`: path to the TLS certificate file (defaults to acmetool path)
+* `private_key`: path to the TLS private key file (defaults to acmetool path)
 * `cipher_strength`: `modern` or `intermediate` (cf. `vars/main.yml`, optional)
 * `use_sso`: include single sign on for this server
 * `sso_protect_all`: if `no`, proxy locations do not automatically require single sign on auth if `use_sso` is set (default `yes`, optional)
-* `include_acme`: if `yes`, the acmetool snippet is included (optional)
+* `include_acme`: if `no`, the acmetool snippet is not included (optional)
 * `include_snippets`: list of snippets files (in `/etc/nginx/snippets/`) to include (optional)
 * `internal_locations`: list of internal locations
   - *required* to generate internal config (empty list != omitted)
-- 
GitLab