Skip to content
Snippets Groups Projects
Commit 9d68bfba authored by Robin Sonnabend's avatar Robin Sonnabend
Browse files

Update README, acmetool is activated by default in nginx

parent caedc2d4
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment