From f16ff4d66ef6089f92ec57f7bf84d2c9183298db Mon Sep 17 00:00:00 2001 From: Aveline Date: Sat, 14 Dec 2019 10:49:56 +0800 Subject: [PATCH] misaka.io dnsapi usage --- dnsapi.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/dnsapi.md b/dnsapi.md index ee5dabc..ebf41a6 100644 --- a/dnsapi.md +++ b/dnsapi.md @@ -1898,6 +1898,19 @@ Then issue a new certificate: acme.sh --issue -d example.com --dns dns_pdnsmanager ``` +## 94. Use Misaka.io domain API + +Get your API token at https://console.misaka.io/settings + +``` +export Misaka_Key="sdfsdfsdfljlbjkljlkjsdfoiwje" +``` + +To issue a cert: +``` +acme.sh --issue --dns dns_misaka -d example.com -d www.example.com +``` + # Use custom API If your API is not supported yet, you can write your own DNS API.