2024-09-20 01:17:06 +00:00
|
|
|
PULL REQUEST TEMPLATE FOR MAINTAINERS ONLY.
|
|
|
|
|
2024-09-20 01:34:39 +00:00
|
|
|
https://github.com/go-acme/lego/compare/master...ldez:branch?quick_pull=1&title=Add+DNS+provider+for+&labels=enhancement,area/dnsprovider,state/need-user-tests&template=mnp.md
|
|
|
|
|
|
|
|
?quick_pull=1&title=Add+DNS+provider+for+&labels=enhancement,area/dnsprovider,state/need-user-tests&template=mnp.md
|
2024-09-20 01:17:06 +00:00
|
|
|
|
2024-09-20 01:34:39 +00:00
|
|
|
---
|
2024-09-20 01:17:06 +00:00
|
|
|
|
2024-09-20 01:34:39 +00:00
|
|
|
- [x] adds a description to your PR
|
|
|
|
- [x] have a homogeneous design with the other providers
|
2024-09-20 01:17:06 +00:00
|
|
|
- [ ] add tests (units)
|
|
|
|
- [ ] add tests ("live")
|
|
|
|
- [ ] add a provider descriptor
|
|
|
|
- [ ] generate CLI help, documentation, and readme.
|
|
|
|
- [ ] be able to do: _(and put the output of this command to a comment)_
|
|
|
|
```bash
|
|
|
|
make build
|
|
|
|
rm -rf .lego
|
|
|
|
|
|
|
|
EXAMPLE_USERNAME=xxx \
|
|
|
|
./dist/lego -m your_email@example.com --dns EXAMPLE -d *.example.com -d example.com -s https://acme-staging-v02.api.letsencrypt.org/directory run
|
|
|
|
```
|
|
|
|
Note the wildcard domain is important.
|
|
|
|
- [ ] pass the linter
|
|
|
|
- [ ] do `go mod tidy`
|
|
|
|
|
|
|
|
Ping @xxx, can you run the command (with your domain, email, credentials, etc.)?
|
|
|
|
|
|
|
|
Closes #
|
|
|
|
|