Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tsavola/legodns
Let's Encrypt certificates via indns
https://github.com/tsavola/legodns
acme-dns go
Last synced: about 22 hours ago
JSON representation
Let's Encrypt certificates via indns
- Host: GitHub
- URL: https://github.com/tsavola/legodns
- Owner: tsavola
- License: mit
- Created: 2018-03-15T18:51:37.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2022-05-26T21:08:56.000Z (over 2 years ago)
- Last Synced: 2024-06-20T03:54:34.138Z (5 months ago)
- Topics: acme-dns, go
- Language: Go
- Homepage: https://pkg.go.dev/github.com/tsavola/indns
- Size: 47.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Fairly generic https://github.com/go-acme/lego DNS challenge provider adapter.
lego's DNS provider API requires the implementation to have a dependency on
lego's dns01 package. That makes it less than ideal for a DNS service to
directly provide a lego-compatible DNS challenge solver. This package solves
that challenge.