Skip to content
This repository has been archived by the owner on Feb 15, 2021. It is now read-only.

Latest commit

 

History

History
31 lines (19 loc) · 978 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 978 Bytes

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