https://github.com/jhass/acme_nsupdate
ACME Let's Encrypt client with nsupdate/DDNS integration.
https://github.com/jhass/acme_nsupdate
acme ddns gem letsencrypt nsupdate
Last synced: 11 months ago
JSON representation
ACME Let's Encrypt client with nsupdate/DDNS integration.
- Host: GitHub
- URL: https://github.com/jhass/acme_nsupdate
- Owner: jhass
- License: mit
- Created: 2016-08-10T22:07:38.000Z (almost 10 years ago)
- Default Branch: main
- Last Pushed: 2023-06-11T14:44:36.000Z (about 3 years ago)
- Last Synced: 2024-03-14T22:24:26.195Z (over 2 years ago)
- Topics: acme, ddns, gem, letsencrypt, nsupdate
- Language: Ruby
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# ACME nsupdate [](https://rubygems.org/gems/acme_nsupdate)
ACME (Let's Encrypt) client with nsupdate (DDNS) integration.
CLI tool to obtain certificates via ACME and update the matching TLSA records.
The primary authentication method is http-01 via webroot for now, but dns-01 is supported too.
*Don't actually trust this, I wrote it for myself. Read and understand the code if you want to
actually use it.* **There are no tests!**
## Installation
Install the gem:
```
$ gem install acme_nsupdate
```
## Usage
See the help:
```
$ acme_nsupdate --help
```
## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/jhass/acme_nsupdate.
Feature contributions are welcome too, feature requests will most likely not be fulfilled.
## License
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).