我使用traefik作为入口控制器,并希望通过自动生成的letsencrypt证书服务其他入口并强制执行SSL .

我用这样的官方头盔图设置了traefik:

helm install stable / traefik --name traefik --set dashboard.enabled = true,dashboard.domain = traefik.mycompany.com,rbac.enabled = true,externalIP = 123.456.789.123,ssl.enabled = true,ssl.enforced =真,ssl.permanentRedirect =真,acme.enabled =真,acme.staging =假,acme.challengeType = HTTP-01

如何使用自动生成的letsencrypt证书来展示我需要公开的应用程序的入口?

通过此设置,traefik.mycompany.com通过SSL提供默认主机 *.example.com 的通配符证书:

enter image description here

我挖掘了整个traefik文档(https://docs.traefik.io/),但只能找到我需要如何设置入口 .