-
-
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 Beget.com #1879
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
|
ping @cfif-31 |
1 similar comment
ping @cfif-31 |
@cfif-31 can you provide the missing information? |
@cfif-31 if you don't answer I will be forced to close your PR. |
f1035a4
to
254f21b
Compare
ping @cfif-31 |
I'm still waiting for feedback @cfif-31 . If there is a user that wants to test this PR, you are welcome. How to test this PR?
|
6487b79
to
f1228b0
Compare
Beget is an accredited domain name registrar. It is a large registrar of RU/РФ domains. I am a client of this registrar. Also, this registrar provides DNS for the domain.
The API allows you to work with DNS records, including TXT, required for verification.
This PR adds support for this registrar to such an extremely useful thing as Lego