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

JonasGroeger/acme.sh-inwx

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 92.6%
  • Shell 7.4%