Skip to content

bump: github.com/akamai/AkamaiOPEN-edgegrid-golang to v10 #2524

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

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ldez
Copy link
Member

@ldez ldez commented May 8, 2025

The migration is not documented.
The documentation of the SDK is weak.

So, it requires an Edgedns user to test this PR.

akamai/AkamaiOPEN-edgegrid-golang@v1.2.2...v4.1.0

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/bump-major-edgedns
  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 information (email, domain, credentials):
    XXX=xxx \
    ./dist/lego -m your_email@example.com --dns edgedns -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
Copy link
Member Author

ldez commented May 8, 2025

@edglynes can you test the PR?

@edglynes
Copy link
Contributor

edglynes commented May 9, 2025

hi. we'll take a look at this in early June.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

2 participants