Traefik and Cert-manage: Using one certificate across multiple namespaces with Letsencrypt

Hi,

We are using Traefik with mutliple Ingresses. Each ingresses corresponds with one namespaces. We use the same domain for all namespaces.

With the relationship of 1 Ingress -> 1 Certificate -> Same domain, Let's encrypt prompts the following error:
The certificate request has failed to complete and will be retried: Failed to wait for order resource "traefik-cert-passkit-manager-api-zfpkf-110010821" to become ready: order is in "errored" state: Failed to create Order: 429 urn:ietf:params:acme:error:rateLimited: Error creating new order :: too many certificates (5) already issued for this exact set of domains in the last 168 hours: pre.c1.cloud-2.tmb.cat, retry after 2023-03-07T19:34:47Z: see Duplicate Certificate Limit - Let's Encrypt

How can we issue only one certificate and use it accros al Ingresses of all namespaces?

Thank you,