-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Add DNS provider for West.cn/西部数码 #2318
Conversation
6e37793
to
5cfdcd5
Compare
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
@liesauer I fixed the problem can you try it again? |
sure, i will try it again tomorrow |
this should be unexpected? there are two
|
i also tried single subdomain, it works, but still failed to clean up.
|
@liesauer I fixed the problem with deleting the records, can you try again? |
I also increased the propagation timeout, this will fix this problem:
I recommend cleaning manually all the previous TXT records |
is this should be |
as far as i know, |
The certificates contain the 2 domains, only one is the main. |
You can use this tool: https://cyberchef.org/#recipe=Parse_X.509_certificate('PEM') |
this is weird, it shows nothing about the domain infos |
SAN -> Subject Alternative Name |
So your certificate is right: it handles Everything is OK, thanks for taking the time to test this PR 👍 |
i see, this pr is good to go then👍 |
go mod tidy
I created this PR based on the API documentation.
I did it because I wanted to learn how to play with request/response custom encoding (gb2312/GBK).
Now, I need a user to test the implementation.
How to test this PR?
git clone https://github.com/ldez/lego.git cd lego git checkout xxx
make
:make build
make
:go build -o dist/lego ./cmd/lego