WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Conversation

@ldez
Copy link
Member

@ldez ldez commented Dec 5, 2025

Closes #2740

Ping @robinsmidsrod, can you run the command (with your domain, email, credentials, etc.)?

make build
rm -rf .lego

SYSE_CREDENTIALS=example.com:password1 \
./dist/lego --email [email protected] --dns syse -d '*.example.com' -d example.com

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/syse
  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):
    SYSE_CREDENTIALS=example.com:password1 \
    ./dist/lego --email [email protected] --dns syse -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. new-provider labels Dec 5, 2025
@ldez ldez mentioned this pull request Dec 5, 2025
5 tasks
@robinsmidsrod
Copy link

@ldez Thanks for the quick PR! I'll try it as soon as I get hold of the credentials. Because of some other issues with their site I need to get that info from their support department. Hopefully I'll get something back from them early next week.

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: syse.no

2 participants