Problem is to add my own wildcard certificate to Traefik.
I read documentation but don't understand it.
In normal Ingress controller it always create it TLS secret with default generated certificate which can be replaced with our own tro provide it for all ingressess.
Can anyone tell me how to configure it in traefik.
In my setup cert-manager is not handle the certificates, I have my k8s cluster on prem.
I already have generated wildcard certificate signed by our internal CA.
Only what I need is to add it as a default cert the same way like nginx ingress or haproxy ingress controller.
This certificate shoud work with all created and future ingresses
I added this to my config, traefik.yml so it is default on all sites
tls:
stores:
default:
defaultCertificate:
certFile: /etc/traefik/fullchain.cer
keyFile: /etc/traefik/night.pw.key
this way you can load your own from interal pki or none acme pkis