]> git.proxmox.com Git - mirror_acme.sh.git/commitdiff
Merge branch 'dev' into master
authorspeedmann <speedmann@speedmann.de>
Sat, 9 Dec 2017 13:10:01 +0000 (14:10 +0100)
committerGitHub <noreply@github.com>
Sat, 9 Dec 2017 13:10:01 +0000 (14:10 +0100)
1  2 
README.md
dnsapi/README.md

diff --cc README.md
index e8f94644727e54ee3931da74ba4daa454b3cf961,9e64e61302bf22aa866406e90b265c8825f13730..8420c02cbf9bdf141d17dd57aea237dd7346d709
+++ 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: 
index 768f69a3fca5d82fb6540edb647a8efd1855553a,8a486aeef4e88430e29519c8afb2e64a261414e0..11b6b3afd114c734162b48feb736627be27c955f
@@@ -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 <me@ondrejsimek.com>.
  
- ## 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.