Feat: traefik package, added min_tls param

This commit is contained in:
Raul Sanchez
2018-01-09 12:22:35 +01:00
parent b7408c9f0c
commit ff89b15375
6 changed files with 24 additions and 0 deletions
+1
View File
@@ -18,6 +18,7 @@
- false: Enable http enpoints and disable https ones.
- true: Enable http and https endpoints.
- only: Enable https endpoints and redirect http to https.
- https_min_tls = "" # See the [traefik documentation](https://docs.traefik.io/configuration/entrypoints/#specify-minimum-tls-version) for allowed values.
- acme_enable = false # Enable/Disable acme traefik support.
- acme_email = "test@traefik.io" # acme user email
- acme_ondemand = true # acme ondemand parameter.