mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-05-18 20:03:55 +08:00
Updated dnsapi2 (markdown)
18
dnsapi2.md
18
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)
|
||||
|
||||
<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"/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user