Skip to content

Add DNS provider for RackCorp - #3103

Draft
ldez wants to merge 2 commits into
go-acme:mainfrom
ldez:feat/dns/rackcorp
Draft

ldez wants to merge 2 commits into
go-acme:mainfrom
ldez:feat/dns/rackcorp

Conversation

@ldez

@ldez ldez commented May 18, 2026

Copy link
Copy Markdown
Member

Closes #3101

Ping @jstangroome, 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

RACKCORP_API_UUID="xxx" \
RACKCORP_API_SECRET="yyy" \
./dist/lego run --dns rackcorp -d '*.example.com' -d example.com -s letsencrypt-staging

Note that the wildcard domain is important.

How to test this PR?
  1. You need Go
  2. Check out the PR:
    git clone https://github.com/ldez/lego.git
    cd lego
    git checkout feat/dns/rackcorp
  3. Compile lego:
    • if you have make: make build
    • if you don't have make: go build -o dist/lego ./cmd/lego
  4. Run the following command with your information (email, domain, credentials):
    RACKCORP_API_UUID="xxx" \
    RACKCORP_API_SECRET="yyy" \
    ./dist/lego run --dns rackcorp -d '*.example.com' -d example.com -s letsencrypt-staging
    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. new-provider labels May 18, 2026
@ldez ldez mentioned this pull request May 19, 2026
9 tasks
@ldez
ldez force-pushed the feat/dns/rackcorp branch from 31d9ca5 to 9163453 Compare June 2, 2026 14:00
@ldez
ldez force-pushed the feat/dns/rackcorp branch from 9163453 to b6a9e75 Compare September 11, 2026 14:24
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: Rackcorp

1 participant