Traefik v2 acme storage consul

I have Traefik v1.7 running with Consul for certificate storage using cli argument

        - --consul
        - --consul.endpoint=$(CONSUL_SERVICE_HOST):$(CONSUL_SERVICE_PORT)
        - --consul.watch=false

How can I use it in config file for Traefik V2 ?

If I'm wrong here someone will correct me, but I understand that now this is a part of the HA feature, that falls under umbrella of Traefik Enterprise offering.