-
Notifications
You must be signed in to change notification settings - Fork 495
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
NAS-133594 / 25.04 / feat: add digitalocean ACME Authenticator #15315
Conversation
44fd7bc
to
ab10992
Compare
@yocalebo can I add anything to get it ready to merge? I'd be happy to help 😃 |
src/middlewared/middlewared/api/v25_04_0/acme_dns_authenticator.py
Outdated
Show resolved
Hide resolved
e06cc3e
to
152161b
Compare
@sonicaj here you get the adaptations as requested 👍 |
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.
Just a minor nit in the comments, also i assume you have tested this ?
Unfortunately i don't have a digital ocean authenticator handy at the moment to test this myself
src/middlewared/middlewared/api/v25_04_0/acme_dns_authenticator.py
Outdated
Show resolved
Hide resolved
152161b
to
8e538be
Compare
@sonicaj tested, works like a charm 😃 |
Closes: https://forums.truenas.com/t/add-digitalocean-as-acme-dns-authenicator/29879 Signed-off-by: Thomas Bettler <[email protected]>
8e538be
to
68baea4
Compare
and here some final variable name tweaking to reduce probability of future collisions |
FYI: I tested this with yesterdays nightly ISO preview for TrueNAS 25.04 |
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.
Thank you @t0b3 for your contribution!
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.
Thanks @t0b3 (and sorry for delay, got lots going on with releases coming up).
This PR has been merged and conversations have been locked. |
This PR adds digitalocean ACME Authenticator
Closes: https://forums.truenas.com/t/add-digitalocean-as-acme-dns-authenicator/29879
cc @sonicaj