adding more info on disable_redirects consequences

This commit is contained in:
flaviostutz 2020-08-11 14:29:02 -03:00
parent fdfd7fd5a2
commit 8f16ae8db5

View file

@ -60,4 +60,4 @@ Possible options are:
- **interval** and **burst** allows `<n>` certificate operations within `<duration>` interval. - **interval** and **burst** allows `<n>` certificate operations within `<duration>` interval.
- **local_certs** causes all certificates to be issued internally by default, rather than through a (public) ACME CA such as Let's Encrypt. This is useful in development environments. - **local_certs** causes all certificates to be issued internally by default, rather than through a (public) ACME CA such as Let's Encrypt. This is useful in development environments.
- **key_type** specifies the type of key to generate for TLS certificates; only change this if you have a specific need to customize it. - **key_type** specifies the type of key to generate for TLS certificates; only change this if you have a specific need to customize it.
- **auto_https** configure automatic HTTPS. It can either disable it entirely (`off`) or disable only HTTP-to-HTTPS redirects (`disable_redirects`). - **auto_https** configure automatic HTTPS. It can either disable it entirely (`off`) or disable only HTTP-to-HTTPS redirects (`disable_redirects`). If you choose `disable_redirects` port :80 won't be open unless a rule explicitelly listens to it on ingress.