0.0
Low commit activity in last 3 years
A long-lived project that still receives updates
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.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 2.0
>= 0

Runtime

 Project Readme

ACME nsupdate Gem Version

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.