From a46e1a8ff52473c5f5db0945f606a762bab78623 Mon Sep 17 00:00:00 2001 From: abolfazl Date: Sat, 14 Feb 2026 14:35:18 +0330 Subject: [PATCH] Updated dnsapi2 (markdown) --- dnsapi2.md | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/dnsapi2.md b/dnsapi2.md index 056a38d..8a2fbe3 100644 --- a/dnsapi2.md +++ b/dnsapi2.md @@ -790,26 +790,18 @@ To issue a cert: The `HostingUkraine_Login` and `HostingUkraine_Token` will be saved in `~/.acme.sh/account.conf` and will be reused when needed. Report any bugs or issues [here](https://github.com/acmesh-official/acme.sh/issues/2683) - ## 102. Use ArvanCloud domain API -Get your API token at https://npanel.arvancloud.ir/profile/api-keys +Get your API token at https://panel.arvancloud.ir/profile/iam/machine-users -```sh -export Arvan_Token="" -``` +export Arvan_Token=""To issue a cert: +./acme.sh --issue --dns dns_arvan -d example.com -d *.example.comThe `Arvan_Token` will be saved in `~/.acme.sh/account.conf` and will be reused when needed. -To issue a cert: -```sh -./acme.sh --issue --dns dns_arvan -d example.com -d *.example.com -``` - -The `Arvan_Token` will be saved in `~/.acme.sh/account.conf` and will be reused when needed. - -Report any bugs or issues [here](https://github.com/acmesh-official/acme.sh/issues/2796) +**Note:** This API supports wildcard certificates and uses ArvanCloud API v4.0. +Report any bugs or issues [here](https://github.com/acmesh-official/acme.sh/issues/6788)