From 0b0199fbefa7c48c0e177e5b9f1244bfdbb1d589 Mon Sep 17 00:00:00 2001 From: Ne-Lexa Date: Sun, 12 May 2019 13:57:17 +0300 Subject: [PATCH] Added dns api support for internet.bs #1878 --- dnsapi.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/dnsapi.md b/dnsapi.md index c773cf6..0285d78 100644 --- a/dnsapi.md +++ b/dnsapi.md @@ -1501,6 +1501,23 @@ acme.sh --issue --dns dns_acmeproxy -d example.com -d www.example.com The `ACMEPROXY_ENDPOINT`, `ACMEPROXY_USERNAME` and `ACMEPROXY_PASSWORD` settings will be saved in `~/.acme.sh/account.conf` and will be reused when needed. +## 79. Use internetbs.net API + +Create an API token in your internetbs.net account. + +Set your API token: +``` +export INTERNETBS_API_KEY="..." +export INTERNETBS_API_PASSWORD="..." +``` + +To issue a certificate run: +``` +acme.sh --issue --dns dns_internetbs -d example.com -d www.example.com +``` + +The `INTERNETBS_API_KEY` and `INTERNETBS_API_PASSWORD` will be saved in `~/.acme.sh/account.conf` and will be reused when needed. + --------------------------------- # Use custom API