-
Notifications
You must be signed in to change notification settings - Fork 425
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
[FEATURE] Add desec.io as a dns provider for Let's encrypt #1995
Comments
Hey @darkknight7777777, thanks for bringing this up! Looks like we overlooked this plugin. We’ve been using this list as a reference: https://eff-certbot.readthedocs.io/en/stable/using.html#dns-plugins. Appreciate the heads-up! |
I just added the new DNS provider to the |
Wow, I wasn't expecting anyone to get to this so soon! I'm not sure if I'm putting in the info incorrectly since this is my first attempt at dns challenge in bunkerweb, but I get this notice in scheduler log. I assume the 2nd message is because the variable is being ignored, but thought I'd include it for info.
LE variables: I checked the UI just to see if I could try it that way, but desec doesn't show in the list of dns providers there either. I'd be more than happy to provide any further info needed. |
Hi @darkknight7777777, you'll have to pull the |
that was on a fresh install with the dev tag. Just to verify, I wiped the server and started from scratch again, I'm still getting the same messages. |
Ho I see ! I must have missed something then, I’ll let you know when I’ll have a look at it tomorrow 😁 |
Just to be sure, did you wipe the whole server (host / VM) or only the container ? |
I confirm that indeed there was a mistake in my end, I edited the job code but not the actual setting in the |
At least I got the chance to discover deSEC which I didn't know existed, it's now fixed in the |
those messages are gone, now I'm getting the following about the token being invalid.
I created a couple new tokens as I figured it was something on my end, deleting the old containers and volumes each time. I noticed the following in the ui It appears to be duplicating the token at least as far as the ui is concerned. here's what I'm using for the credential variable: |
Hi, indeed there was an issue in the web UI with the wizard, it has been fixed. Thank you for reporting it ! 😄 |
I was finally able to get this working after I figured out the correct syntax LETS_ENCRYPT_DNS_CREDENTIAL_ITEM: 'token = 1234' ui is still duplicating token in the wizard FYI, but if you remove 2nd one, it works. |
Hi, this may be a mistake in your env. I tested it with several variables and it worked alright 😅 |
What's needed and why?
Add desec.io as a dns provider for let's encrypt wildcard certificates. https://desec.readthedocs.io/en/latest/integrations/lets-encrypt.html#certbot-with-desec-plugin
Implementations ideas (optional)
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: