Skip to content

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

License

Notifications You must be signed in to change notification settings

SeattleDevs/letsencrypt-GoDaddy-hook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

GoDaddy 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 GoDaddy APIs DNS records to respond to dns-01 challenges. Requires bash and your GoDaddy API Key and Secret being in the environment.

Installation

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

Configuration

Your Godady API ey and secret are expected to be in the environment. If you do not have a key and secret yet, go to Godady APIs getting started to obtain them. If the API key and secret values are not in the enviornment yet, set them up by the following commands in bash:

$ export GODADDY_KEY='example-key'
$ export GODADDY_SECRET='example-secret'

Usage

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages