From 67e5f00274e049431e1a2780c48123fede99685b Mon Sep 17 00:00:00 2001 From: Ehsan Aliakbar Date: Sat, 28 Mar 2020 21:41:26 +0430 Subject: [PATCH] Adding Arvan Dns Api Document --- dnsapi.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/dnsapi.md b/dnsapi.md index dcd74d8..7175e80 100644 --- a/dnsapi.md +++ b/dnsapi.md @@ -2052,6 +2052,21 @@ To issue a wildcard cert: The `HostingUkraine_Login` and `HostingUkraine_Token` will be saved in `~/.acme.sh/account.conf` and will be reused when needed. +## 102. Use ArvanCloud domain API + +Get your API token at https://npanel.arvancloud.com/profile/api-keys + +``` +export Arvan_Token="fsdasdfsdfljlbjkljlkjsdfoiwje" +``` + +To issue a cert: +``` +acme.sh --issue --dns dns_arvan -d example.com -d www.example.com +``` + +The `Arvan_Token` 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.