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

[2.9] feat(helm-letsencrypt): adding dns01 challenge types to letsencrypt #45364

Open
wants to merge 1 commit into
base: release/v2.9
Choose a base branch
from

Conversation

jlplasce
Copy link

@jlplasce jlplasce commented May 3, 2024

Adding dns01 open-ended config to the helm-charts to allow systems that cant do port 80 challenges with letsenrypt.
Allows agnostic accepting of dns01 challenge types to include support for route53/azuredns/etc

Problem

Many environments are locking down port 80 communication. These environments may not have proxies, but it means it limits the ability to use the LetsEncrypt Cert Manager to create the certs because we have only http01 hardcoded and cant use more flexibly acceptable challenge types like dns01 which has more cloud specific support

Solution

Add support for dns01 challenge type (still defaults to http01 for behavior consistency) which will then inject the provided values configuration to support any type of sub dns01 challenge

Adding dns01 open-ended config to the helm-charts to allow systems that cant do port 80 challenges with letsenrypt.
 Allows agnostic accepting of dns01 challenge types to include support for route53/azuredns/etc
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

Successfully merging this pull request may close these issues.

None yet

2 participants