-
-
Notifications
You must be signed in to change notification settings - Fork 1.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 RU Center #1892
base: master
Are you sure you want to change the base?
Conversation
Hello, in order for a PR adding a DNS provider to be accepted, you have to:
make test
make test
make generate-dns
rm -rf .lego
./lego -m [email protected] --dns YOUR_PROVIDER_NAME -d *.example.com -d example.com -s https://acme-staging-v02.api.letsencrypt.org/directory run Note the wildcard domain is important.
make checks
|
5a203b9
to
4f9e9d4
Compare
Your PR was far away from the design of the other implementations, so I rewrite it and add tests on the client. You can check my previous comment to know what are the next requirements. |
ping @AntonDzyk |
@AntonDzyk can you provide the missing information? |
19e63c8
to
1070f0d
Compare
ping @AntonDzyk |
I'm still waiting for feedback @AntonDzyk. If a user wants to help this PR by testing it, you are welcome to do so. How to test this PR?
|
b848556
to
a0828b0
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.
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.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
92e3fbc
to
947b043
Compare
@livebreakz any news? |
It's on my side. Problem with zones... |
e45f9b1
to
3d16c09
Compare
i have tested this pr and it not works
|
my zone contains AAAA record
|
@vtolstov can you provide all the logs? |
|
after latest pull of this branch pr, i can't reproduce issue, now all works fine. |
@vtolstov can you give the redacted output of the following command: rm -rf .lego
./lego -m [email protected] --dns nicru -d '*.example.com' -d example.com -s https://acme-staging-v02.api.letsencrypt.org/directory run |
@ldez what i need to replace in provided cmd? |
You should replace the email |
@vtolstov any news? |
@vtolstov can you give me the output? #1892 (comment) |
https://nic.ru/
Fixes #1891