Skip to content
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

Cert-manager DNS Webhook #311

Open
rverchere opened this issue Oct 6, 2022 · 1 comment
Open

Cert-manager DNS Webhook #311

rverchere opened this issue Oct 6, 2022 · 1 comment
Assignees

Comments

@rverchere
Copy link

Hi,

When using Kubernetes infrastructure, one way to secure our application is using ingress TLS encryption, thanks to let's encrypt and cert-manager.

You can get TLS certificates using a DNS01 challenge. But to make this option work, you need 2 things:

  1. External DNS, which is already implemented : https://github.com/kubernetes-sigs/external-dns/blob/master/docs/tutorials/ovh.md
  2. Cert-Manager DNS Webhook, which is not official (https://github.com/baarde/cert-manager-webhook-ovh)

This could be a good thing to have the cert-manager-webhook-ovh officially supported by OVH.

@matmicro
Copy link

matmicro commented Oct 6, 2022

Please note also that there is still a bug with using External DNS and root domains on OVH :
kubernetes-sigs/external-dns#449

It would be great if this could be managed at OVH level to get this working perfectly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants