How Can I run tasklist, operate camunda 8 in HTTPS?

I would like to know how to expose tasklist in https instead http.
with port?
How to put the certificate if is needed.
TaskList and Operate installed in docker.

Hi @Eduardo_Baia - the Docker setup is intended for development use. In a production environment, you would probably be putting an ingress controlled in front of your containers that would act as a HTTP load balancer and also enable TLS/SSL. This is available and documented for production installations with Kubernetes and Helm (link).