-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Addon] Add Let's Encrypt ACME Configuration in traefik
Addon
#368
Comments
@charlie0129 Good proposal, do you contribute? |
Sure, then I will work on this later. |
why don't add let's encriypt as an addon, so other addon can dependsOn it if they need mTLS. |
IMO, it is just used for one-way TLS on the public Internet (or k8s Ingress)? Not so sure if it is widely used for mTLS. |
Yes, it's popular, you can check: https://cloud.redhat.com/blog/using-kubernetes-operators-to-manage-lets-encrypt-ssl-tls-certificates-for-red-hat-openshift-dedicated I'm not sure if there's any better alternatives. |
Very informative. I will check how it is achievable using addons. |
The
traefik
helm chart has included support for ACME certificate resolver configuration through helm Values: traefik/traefik-helm-chart#419Currently, we need to manually input
cert
andkey
withtraefik
addon.It is better if Let's Encrypt ACME is supported.
The text was updated successfully, but these errors were encountered: