tecywiz121 / dehydrated-akamai-dns

A hook for letsencrypt.sh providing dns-01 challenge responses for Akamai's FastDNS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FastDNS Hook

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.

Installation

This script requires Python 2.7 (though converting it to Python 3 shouldn't be difficult.) In addition, it requires:

  • dnspython
  • requests
  • edgegrid-python

All of which can be installed with pip:

$ pip install -r requirements.txt

About

A hook for letsencrypt.sh providing dns-01 challenge responses for Akamai's FastDNS

License:MIT License


Languages

Language:Python 100.0%