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)