From 8c9ff7e11b79a418ffa151b2f43add7f6ebf9909 Mon Sep 17 00:00:00 2001 From: lebaned Date: Sun, 19 Aug 2018 16:29:15 +0200 Subject: [PATCH] add Versio to README.md and ./dnsapi/README.md --- README.md | 1 + dnsapi/README.md | 16 +++++++++++++++- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c8bebc6f..8522fd9d 100644 --- a/README.md +++ b/README.md @@ -321,6 +321,7 @@ You don't have to do anything manually! 1. acme-dns (https://github.com/joohoi/acme-dns) 1. TELE3 (https://www.tele3.cz) 1. EUSERV.EU (https://www.euserv.eu) +1. Versio (https://versio.nl) And: diff --git a/dnsapi/README.md b/dnsapi/README.md index 1f394f92..44d15b33 100644 --- a/dnsapi/README.md +++ b/dnsapi/README.md @@ -897,6 +897,20 @@ acme.sh --issue --dns dns_euserv -d example.com -d *.example.com --insecure The `EUSERV_Username` and `EUSERV_Password` will be saved in `~/.acme.sh/account.conf` and will be reused when needed. Please report any issues to https://github.com/initit/acme.sh or to +## 48. Use Versio.nl API + +First you've to add your ip address to the whitelist in your Versio portal. (Account > Versio API) +Then set your credentials: +``` +export Versio_Username=[email address] +export Versio_Password=[password] +``` + +Now you can issue your cert: +``` +acme.sh --issue --dns versio -d example.com -d *.example.com +``` + # Use custom API If your API is not supported yet, you can write your own DNS API. @@ -917,4 +931,4 @@ See: https://github.com/Neilpang/acme.sh/wiki/DNS-API-Dev-Guide # Use lexicon DNS API -https://github.com/Neilpang/acme.sh/wiki/How-to-use-lexicon-dns-api \ No newline at end of file +https://github.com/Neilpang/acme.sh/wiki/How-to-use-lexicon-dns-api