Python script to add dns challange for domain hoster inwx based on https://github.com/inwx/python-client
| inwx | 7 years ago | ||
| .gitmodules | 7 years ago | ||
| README.md | 7 years ago | ||
| certbot-dns-auth.py | 7 years ago | ||
| domain-check.py | 7 years ago | ||
| update-record.py | 7 years ago | ||
This script collection is in alpha state and only useable on linux systems. Tested with debian 9 and ubuntu 16.04.
certbot certonly --dry-run --manual --preferred-challenges=dns --manual-auth-hook [path to this repositry]/certbot-dns-auth.py -d example.com
A file conf.cfg with inwx settings must e exist like:
[live] url = https://api.domrobot.com/xmlrpc/ username = [USERNAME] password = [PASSWORD]