Cert Manager with Traefik 2 error

I have installed:

If I do a describe of the certificate I get that it is in pending: https://pastebin.com/a4K1wweK
On the pod, traefik-external I am getting this error:
time="2020-06-25T14:17:39Z" level=error msg="Error configuring TLS: secret default/dr.eks.devel.aaa.com-cert contains the following empty TLS data entries: tls.crt" namespace=default providerName=kubernetescrd ingress=ingressroutetls

What am I missing ?

You have the answer on your own question.

Cert manager is having issues to issue the certificate (should investigate its logs), which leads to the TLS config your having. Once certificate goes from pending to ready, that error will go away.