This repository is now obsolete, since the core project acme.sh now has working support for inwx.de in this file.
This is a plugin to make the DNS-01 work with inwx.de and acme.sh.
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
.
./acme.sh --issue --dns dns_inwx -d some.awesome.example.com
This is a rewrite of Christians version.
MIT