Skip to content
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

namedotcom: follow CNAME #2390

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

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 [email protected] --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 state/need-user-tests Need users to test functionality label Jan 5, 2025
@ldez
Copy link
Member Author

ldez commented Jan 11, 2025

@landall any news?

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