JonasGroeger / acme.sh-inwx

DNS Challenge Validation for acme.sh Lets Encrypt Client with inwx.de DNS Servers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Obsolecense notice

This repository is now obsolete, since the core project acme.sh now has working support for inwx.de in this file.

acme.sh-inwx

This is a plugin to make the DNS-01 work with inwx.de and acme.sh.

Installation

git clone https://github.com/JonasGroeger/acme.sh-inwx.de.git acme.sh-inwx.de
cd acme.sh-inwx.de
cp config.py.example config.py

# Enter your credentials
vim config.py

chmod +x dns_inwx.sh acme-inwx.py
ln -s "$(readlink -f dns_inwx.sh)" "PATH_TO_ACME_SH_DNSAPI_FOLDER/dns_inwx.sh"

Then edit the acme.sh dnsapi folder in dns_inwx.sh.

Usage

./acme.sh --issue --dns dns_inwx -d some.awesome.example.com

Note

This is a rewrite of Christians version.

License

MIT

About

DNS Challenge Validation for acme.sh Lets Encrypt Client with inwx.de DNS Servers


Languages

Language:Python 92.6%Language:Shell 7.4%