Skip to content

Conversation

ldez
Copy link
Member

@ldez ldez commented Jan 5, 2025

Related to alexzorin/certbot-dns-multi#15

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 fix/namedotcom-cname
  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):
    NAMECOM_API_TOKEN=xxx \
    NAMECOM_USERNAME=xxx \
    ./dist/lego -m your_email@example.com --dns namedotcom -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

ping @landall

@ldez ldez force-pushed the fix/namedotcom-cname branch from a698c6d to c9ebc09 Compare January 5, 2025 23:31
@ldez ldez added the waiting-for/user-tests Need users to test functionality label Jan 5, 2025
@ldez
Copy link
Member Author

ldez commented Jan 11, 2025

@landall any news?

@ldez ldez force-pushed the fix/namedotcom-cname branch from c9ebc09 to 236d4a7 Compare February 21, 2025 16:10
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.

1 participant