This repository contains a python-based hook for dehydrated that allows
a user to obtain a certificate from the Let's Encrypt API via the dns-01
challenge. This hook, given the correct credentials, will automatically add
the challenge TXT
record to your Akamai FastDNS configuration.
This script requires Python 2.7 (though converting it to Python 3 shouldn't be difficult.) In addition, it requires:
All of which can be installed with pip:
$ pip install -r requirements.txt