forked from TrueCloudLab/lego
1 KiB
1 KiB
PULL REQUEST TEMPLATE FOR MAINTAINERS ONLY.
?quick_pull=1&title=Add+DNS+provider+for+&labels=enhancement,area/dnsprovider,state/need-user-tests&template=mnp.md
- adds a description to your PR
- have a homogeneous design with the other providers
- 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)
Note the wildcard domain is important.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
- pass the linter
- do
go mod tidy
Ping @xxx, can you run the command (with your domain, email, credentials, etc.)?
Closes #