Skip to content

Use DuckDNS with dehydrated (formerly letsencrypt.sh) and DNS challenges

License

Notifications You must be signed in to change notification settings

SeattleDevs/letsencrypt-DuckDNS-hook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

DuckDNS hook for dehydrated

This is a hook for the Let's Encrypt ACME client dehydrated (previously known as letsencrypt.sh) that allows you to use DuckDNS Specs DNS records to respond to dns-01 challenges. Requires bash and your DuckDNS account token being in the environment.

Installation

$ cd ~
$ git clone https://github.com/lukas2511/dehydrated
$ cd dehydrated
$ mkdir hooks
$ git clone https://github.com/SeattleDevs/letsencrypt-DuckDNS-hook.git hooks/duckdns

Configuration

Your DuckDNS token is expected to be in the environment. If you do not have a token yet, go to DuckDNS specs to learn more and to obtain it. If the token is not in the enviornment yet, set it up by the following commands in bash:

$ export DUCKDNS_TOKEN='example-token'

Usage

$ ./dehydrated -c -d example.com -t dns-01 -k 'hooks/duckdns/hook.sh'

About

Use DuckDNS with dehydrated (formerly letsencrypt.sh) and DNS challenges

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages