Are there cli parameters for file parameters certFile and keyFile:
[entryPoints]
[entryPoints.http]
address = ":80"
[entryPoints.http.redirect]
entryPoint = "https"
[entryPoints.https]
address = ":443"
[entryPoints.https.tls]
[[entryPoints.https.tls.certificates]]
certFile = "examples/traefik.crt"
keyFile = "examples/traefik.key"
I need it because I can not use let's encript and I have wildcard certificate (*.domain.com) which I want to pass to docker command section.