Currently we've 3 http server:
- :80 -> ACME
- :443 -> compliance page
- :8080 -> console and the rest
We want merge :8080 in :443 and use ACME to automactilly got a TLS certificate or allow to configure it over configuration. It will simplify the deployment and make use switch from 3 load balance to only two.
Currently we've 3 http server:
We want merge :8080 in :443 and use ACME to automactilly got a TLS certificate or allow to configure it over configuration. It will simplify the deployment and make use switch from 3 load balance to only two.