Skip to content

My own shitty (yet better than anything else I've tried) version of a dns-01 hook and deploy script for dehydrated letsencrypt client

License

Notifications You must be signed in to change notification settings

BotoX/dehydrated-cloudflare-hook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dehydrated-cloudflare-hook

My own shitty (yet better than anything else I've tried) version of a dns-01 hook and deploy script for dehydrated letsencrypt client

To use with: dehydrated.

Configuration

Set HOOK_CHAIN="yes" in dehydrated/config.

Your account's CloudFlare email and API key are expected to be in the environment, so make sure to:

$ export CF_EMAIL='[email protected]'
$ export CF_KEY='K9uX2HyUjeWg5AhAb'

Alternatively, these statements can be placed in dehydrated/config, which is automatically sourced by dehydrated on startup:

echo "export CF_EMAIL='[email protected]'" >> config
echo "export CF_KEY='K9uX2HyUjeWg5AhAb'" >> config

Cloudflare API key tutorial is here.

deploy.sh

Is completly optional, edit it for your use case or make sure to delete it if you don't!

About

My own shitty (yet better than anything else I've tried) version of a dns-01 hook and deploy script for dehydrated letsencrypt client

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages