-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Added certbot plugin for Beget DNS service #4148
Conversation
Please test this docker image and let me know if the DNS plugin change works as expected. Thanks |
I used the NPM image on 01.12.2024 nginxproxymanager/nginx-proxy-manager-dev:pr-4148 When logging into SSL Certificates - And Let's Encrypt Certificate - Use a DNS Challenge, there is nothing related to Beget in the list |
Greetings again! You are right, it was a mistake on my part when I said that there is no Beget in the list. I started NPM in another browser and now I see this entry. Everything worked for me, I want to tell you about the important points:
By default, API access is not provided. That is, first you need to go to your personal account Beget.com enable this feature. ![]()
![]() I did so and it worked:
![]()
![]() P.S. I myself use Nginx Proxy Manager LXC (https://community-scripts.github.io/ProxmoxVE/scripts?id=nginxproxymanager), there is no way to use Beget. How soon can I start using the Beget plugin? |
global/certbot-dns-plugins.json
Outdated
"package_name": "certbot-beget-plugin", | ||
"version": "~=1.0.0.dev8", | ||
"dependencies": "", | ||
"credentials": "# Beget API credentials used by Certbot\nbeget_plugin_username = username\beget_plugin_password = password", |
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.
...beget_plugin_username\beg...
should be
...beget_plugin_username\nbeg...
it's missing the n
after the slash
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.
I apologize for the inattention, I made a correction
Docker Image for build 7 is available on Note: ensure you backup your NPM instance before testing this image! Especially if there are database changes |
Added support for DNS provider Beget using the sertbot plugin certbot-dns-beget