Skip to content

Add DNS provider for Abion#2112

Draft
ldez wants to merge 2 commits intogo-acme:masterfrom
ldez:feat/abion
Draft

Add DNS provider for Abion#2112
ldez wants to merge 2 commits intogo-acme:masterfrom
ldez:feat/abion

Conversation

@ldez
Copy link
Copy Markdown
Member

@ldez ldez commented Feb 13, 2024

Closes #2111

Ping @Gaardsholt, can you run the command with your domain, credentials, etc. (and put the output of this command to a comment)?

make build
rm -rf .lego

ABION_API_KEY=yyyy \
./dist/lego  --dns abion -d '*.example.com' -d example.com -s https://acme-staging-v02.api.letsencrypt.org/directory run

Note the wildcard domain is important.

How to test this PR?
  1. You need Go
  2. Checkout the PR:
    git clone https://github.com/ldez/lego.git
    cd lego
    git checkout feat/abion
  3. Compile lego:
    • if you have make: make build
    • if you don't make make: go build -o dist/lego ./cmd/lego
  4. Run the following command with your own information (email, domain, credentials):
    ABION_API_KEY=yyyy \
    ./dist/lego -m --dns abion -d '*.example.com' -d example.com -s https://acme-staging-v02.api.letsencrypt.org/directory run
    The wildcard domain is important
  5. Before each run of the command, you should clean your local environment:
    rm -rf .lego

@ldez ldez added enhancement area/dnsprovider waiting-for/user-tests Need users to test functionality waiting-for/contrib-feedback Awaiting feedback from the contributor. labels Feb 13, 2024
@ldez
Copy link
Copy Markdown
Member Author

ldez commented Feb 23, 2024

@Gaardsholt do you have some time to test this PR?

I already tested the API part.

@Gaardsholt
Copy link
Copy Markdown

@ldez I'm waiting for API access, as soon as I get it, I will test it :)

@ldez ldez removed the waiting-for/contrib-feedback Awaiting feedback from the contributor. label Mar 5, 2024
@ldez
Copy link
Copy Markdown
Member Author

ldez commented Apr 15, 2024

@Gaardsholt any news?

1 similar comment
@ldez
Copy link
Copy Markdown
Member Author

ldez commented Aug 28, 2024

@Gaardsholt any news?

@Gaardsholt
Copy link
Copy Markdown

@Gaardsholt any news?

I am so sorry about this!
I have totally forgotten about this, I will try and get this done during the upcoming week!

@ldez ldez force-pushed the feat/abion branch 2 times, most recently from 41cde67 to fa9c4fc Compare October 14, 2024 13:27
@ldez ldez force-pushed the feat/abion branch 2 times, most recently from b61a556 to 48942d2 Compare October 26, 2024 10:42
@ldez ldez force-pushed the feat/abion branch 2 times, most recently from 9e5555d to 7309192 Compare November 19, 2024 04:10
@ldez ldez force-pushed the feat/abion branch 2 times, most recently from a19d9eb to f23a380 Compare February 21, 2025 22:22
@ldez ldez mentioned this pull request Jul 3, 2025
6 tasks
@ldez
Copy link
Copy Markdown
Member Author

ldez commented Jul 3, 2025

@Gaardsholt any news?

@ldez ldez force-pushed the feat/abion branch 2 times, most recently from e57c974 to ea458b8 Compare July 15, 2025 19:30
@ldez ldez force-pushed the feat/abion branch 2 times, most recently from 4cc94ba to 6e0aec6 Compare December 23, 2025 05:23
@ldez ldez force-pushed the feat/abion branch 3 times, most recently from 87d63e6 to f863fde Compare January 8, 2026 19:09
@ldez ldez added the waiting-for/contrib-feedback Awaiting feedback from the contributor. label Jan 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/dnsprovider enhancement new-provider waiting-for/contrib-feedback Awaiting feedback from the contributor. waiting-for/user-tests Need users to test functionality

Development

Successfully merging this pull request may close these issues.

Support for provider: Abion

2 participants