Skip to content

sjbronner/le_dnsupdate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Installation
------------

$ git clone git@github.com:moshevds/le_dnsupdate.git
$ cd le_dnsupdate
$ python setup.py install

How to run
----------

Save your tsig in a json file that (only) the letsencrypt client can open.
It expects an object with the members "name", "algorithm" and "secret".

$ letsencrypt --authenticator letsencrypt-dnsupdate:dnsupdate \
              --letsencrypt-dnsupdate:dnsupdate-tsigkeyfile=/path/to/your/tsigkeyfile \
              --letsencrypt-dnsupdate:dnsupdate-nameserver=nameserver.example.com

About

Let`s Encrypt DNS Update (RFC 2136) Authenticator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages