-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Add support for IONOS DNS challenge #3743
Conversation
* Added Support for IONOS DNS Challenge - Added certbot-dns-ionos dependency - Updated configuration options - Added Documentation for IONOS DNS Challenge and configuration - Added IONOS DNS Challenge to script * Adjusted the Addon's version * Added entry to Change Log
WalkthroughWalkthroughThe changes introduce support for the IONOS DNS provider across multiple files in the Let's Encrypt project. This includes updates to the changelog, documentation, Dockerfile, configuration files, and initialization scripts. New configuration parameters specific to IONOS are added, and the version is incremented to reflect the enhancements. The modifications facilitate the integration of IONOS as a valid DNS provider for DNS challenges. Changes
Tip Early access features: disabledWe are currently testing the following features in early access:
Note:
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Make `dns.ionos_endpoint` required for IONOS configuration
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Hi @dim-0, @agners: thank you for implementing this feature. I already updated the addon to 5.2.2 and configured it as shown in the screenshot. I selected dns as challenge, provided an email and a domain. Unfortunately the addon does not start producing the following log. Do you have any tip what the issue could be?
|
Oh, I'm very sorry. That was caused by a syntax error. |
Summary by CodeRabbit
New Features
Documentation
Chores