Draft
Conversation
Member
Author
|
@Gaardsholt do you have some time to test this PR? I already tested the API part. |
|
@ldez I'm waiting for API access, as soon as I get it, I will test it :) |
Member
Author
|
@Gaardsholt any news? |
1 similar comment
Member
Author
|
@Gaardsholt any news? |
I am so sorry about this! |
41cde67 to
fa9c4fc
Compare
b61a556 to
48942d2
Compare
9e5555d to
7309192
Compare
a19d9eb to
f23a380
Compare
Member
Author
|
@Gaardsholt any news? |
e57c974 to
ea458b8
Compare
4cc94ba to
6e0aec6
Compare
87d63e6 to
f863fde
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #2111
Ping @Gaardsholt, 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 ABION_API_KEY=yyyy \ ./dist/lego --dns abion -d '*.example.com' -d example.com -s https://acme-staging-v02.api.letsencrypt.org/directory runNote the wildcard domain is important.
How to test this PR?
git clone https://github.com/ldez/lego.git cd lego git checkout feat/abionmake:make buildmake:go build -o dist/lego ./cmd/legoABION_API_KEY=yyyy \ ./dist/lego -m --dns abion -d '*.example.com' -d example.com -s https://acme-staging-v02.api.letsencrypt.org/directory run