-
Notifications
You must be signed in to change notification settings - Fork 3k
added support for dns.he.net certbot plugin #2153 #2924
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 support for dns.he.net certbot plugin #2153 #2924
Conversation
d858764
to
da77ce2
Compare
da77ce2
to
4c59400
Compare
Docker Image for build 3 is available on DockerHub as Note: ensure you backup your NPM instance before testing this PR image! Especially if this PR contains database changes. |
I tested it with one of my personal top level domains + wildcard subdomain (such as I also tried to get a certificate for a subdomain but sadly this does not work. ❌ |
@benhubert I attempted to retrieve your image from DockerHub. However, I noticed that Hurricane Electric is not listed in the DNS Provider's dropdown menu. Here's my docker-compose.yml file:
am I doing anything wrong? |
@benhubert I downloaded your pull request and noticed that on row 295, the password variable has spaces in it. If I am off the mark, please know my intent it to get this resolved. I am trying to be helpful, as I would really like Hurricane Electric to be a supported DNS Provider in NPM. I doubt this is what is keeping Hurricane Electric from appearing on the list, but thought I would inquire in case it is an issue. @jc21 I don't know if requires verification label is an indication that you have to do something or a call for others to test / validate? Is there anything I can do that will assist? |
Just tested again on a new machine and it works for me. Maybe you need to full-reload the UI? I used the following
But nevertheless, this is pretty useless in my eyes as long as certbot-dns-he does not support subdomains. @rlcranney The spaces are part of the sample password. This is just an example line that needs to be replaced in the UI by the user. See this screenshot for better understanding: |
@rlcranney the label means someone, me or anyone, needs to test though in the case of the DNS providers, I don't use most of them so I rely on the community to test. I'll merge this anyway, should it not work as intended, users can always roll back. |
No description provided.