-
-
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 Rainyun/雨云 #2354
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
RAINYUN_API_KEY="xxxxxxxxxxxxxxxxxxxxx" \
./dist/lego -m your@email.com --dns rainyun -d *.example.com -d example.com -s https://acme-staging-v02.api.letsencrypt.org/directory run Note the wildcard domain is important.
make checks
|
3c992d0
to
89ad42c
Compare
89ad42c
to
4d8259a
Compare
314c39f
to
399208c
Compare
I'm sorry for the irregularity of what I wrote, I rarely write go |
Please stop merging, instead rebase your local branch. |
399208c
to
d332a58
Compare
To fix your local branch quickly: git switch master
git branch -D feature/rain-cloud
git switch feature/rain-cloud |
Please stop with that: don't merge and don't push your merge. |
99c0b54
to
e5e3087
Compare
Okay , I`m so sorry |
I'm waiting for:
rm -rf .lego
RAINYUN_API_KEY="xxxxxxxxxxxxxxxxxxxxx" \
./dist/lego -m your@email.com --dns rainyun -d *.example.com -d example.com -s https://acme-staging-v02.api.letsencrypt.org/directory run Note the wildcard domain is important. You should replace The 2 domains with the same LTD are a requirement. |
The individual has been tested and is available normally~