Updated dnsapi2 (markdown)

abolfazl
2026-02-14 14:35:18 +03:30
parent bc3d78230e
commit a46e1a8ff5

@@ -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)
<a name="dns_arvan"/>
## 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="<token>"
```
export Arvan_Token="<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)
<a name="dns_joker"/>