From 0560feef5d27d271a68720500101914cb5bf97ed Mon Sep 17 00:00:00 2001 From: peterkelm Date: Sun, 27 Oct 2019 13:37:16 +0100 Subject: [PATCH] Updated dnsapi (markdown) --- dnsapi.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/dnsapi.md b/dnsapi.md index 024c143..5d85a18 100644 --- a/dnsapi.md +++ b/dnsapi.md @@ -1830,6 +1830,24 @@ The `LSW_Key` will be saved in `~/.acme.sh/account.conf` and will be reused when If you find any bugs, please report here: https://github.com/Neilpang/acme.sh/issues/2558 +## 91. Use variomedia.de domain API to automatically issue cert + +First you need to obtain your API Key from variomedia's customer support. + +``` +export VARIOMEDIA_API_TOKEN="sdfsdfsdfljlbjkljlkjsdfoiwjesdfsdfsdfljlbjkljlkjsdfoiwje" +``` + +Ok, let's issue a cert now: +``` +acme.sh --issue --dns dns_variomedia -d example.com -d www.example.com +``` + +The `VARIOMEDIA_API_TOKEN` will be saved in `~/.acme.sh/account.conf` and will be reused when needed. + +If you find any bugs, please report here: https://github.com/Neilpang/acme.sh/issues/2558 + + # Use custom API If your API is not supported yet, you can write your own DNS API.