https://github.com/mys721tx/cdh
CertBot DANE hook
https://github.com/mys721tx/cdh
certbot dane google-cloud-dns tlsa
Last synced: 8 days ago
JSON representation
CertBot DANE hook
- Host: GitHub
- URL: https://github.com/mys721tx/cdh
- Owner: mys721tx
- License: gpl-3.0
- Created: 2019-02-15T15:50:51.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2026-04-15T11:55:18.000Z (about 2 months ago)
- Last Synced: 2026-04-15T13:44:12.655Z (about 2 months ago)
- Topics: certbot, dane, google-cloud-dns, tlsa
- Language: Go
- Size: 13.9 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CertBot DANE hook
[](https://github.com/mys721tx/cdh/actions/workflows/go.yml)
[](https://godoc.org/github.com/mys721tx/cdh)
## Description
**CertBot DANE hook** is a post deployment hook for
[certbot](https://github.com/certbot/certbot) to update DANE records from
various DNS providers.
Like certbot-dns-google, the following permissions are needed:
* dns.changes.create
* dns.changes.get
* dns.managedZones.list
* dns.resourceRecordSets.create
* dns.resourceRecordSets.delete
* dns.resourceRecordSets.list
* dns.resourceRecordSets.update
## Author
* [Yishen Miao](https://github.com/mys721tx)
## License
[GNU General Public License, version 3](http://www.gnu.org/licenses/gpl-3.0.html)