From: speedmann Date: Sat, 9 Dec 2017 13:10:01 +0000 (+0100) Subject: Merge branch 'dev' into master X-Git-Tag: 2.8.6~131^2^2~2 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=454ad6f8bdf99d5dc5ec6ada4f93dde9778cbf61;p=mirror_acme.sh.git Merge branch 'dev' into master --- 454ad6f8bdf99d5dc5ec6ada4f93dde9778cbf61 diff --cc README.md index e8f94644,9e64e613..8420c02c --- a/README.md +++ b/README.md @@@ -339,7 -339,7 +339,8 @@@ You don't have to do anything manually 1. Dyn Managed DNS API 1. Yandex PDD API (https://pdd.yandex.ru) 1. Hurricane Electric DNS service (https://dns.he.net) +1. INWX (https://www.inwx.de/) + 1. UnoEuro API (https://www.unoeuro.com/) And: diff --cc dnsapi/README.md index 768f69a3,8a486aee..11b6b3af --- a/dnsapi/README.md +++ b/dnsapi/README.md @@@ -602,23 -602,22 +602,39 @@@ The `HE_Username` and `HE_Password` set Please report any issues to https://github.com/angel333/acme.sh or to . - ## 31. Use INWX + ## 32. Use UnoEuro API to automatically issue cert + + First you need to login to your UnoEuro account to get your API key. + + ``` + export UNO_Key="sdfsdfsdfljlbjkljlkjsdfoiwje" + export UNO_User="UExxxxxx" + ``` + + Ok, let's issue a cert now: + ``` + acme.sh --issue --dns dns_unoeuro -d example.com -d www.example.com + ``` + + The `UNO_Key` and `UNO_User` will be saved in `~/.acme.sh/account.conf` and will be reused when needed. + ++## 33. Use INWX + +INWX offers an xmlrpc api with your standard login credentials, set them like so: + +``` +export INWX_User="yourusername" +export INWX_Password="password" +``` + +Then you can issue your certificates with: + +``` +acme.sh --issue --dns dns_inwx -d example.com -d www.example.com +``` + +The `INWX_User` and `INWX_Password` settings will be saved in `~/.acme.sh/account.conf` and will be reused when needed. + # Use custom API If your API is not supported yet, you can write your own DNS API.