An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# CertBot DANE hook

[![Build status](https://github.com/mys721tx/cdh/actions/workflows/go.yml/badge.svg)](https://github.com/mys721tx/cdh/actions/workflows/go.yml)
[![GoDoc](https://godoc.org/github.com/mys721tx/cdh?status.svg)](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)