Updated dnsapi (markdown)
parent
9f2e63422b
commit
f55e67a67f
16
dnsapi.md
16
dnsapi.md
|
@ -2645,6 +2645,22 @@ acme.sh --issue --dns dns_aurora -d example.com -d www.example.com
|
||||||
|
|
||||||
Please report any issue to https://github.com/acmesh-official/acme.sh/issues/3459
|
Please report any issue to https://github.com/acmesh-official/acme.sh/issues/3459
|
||||||
|
|
||||||
|
## 132. Using the Azion DNS API
|
||||||
|
|
||||||
|
[Azion](https://www.azion.com/) is a Edge Computing Platform to build modern applications at edge. This API reflects the [Intelligent DNS](https://www.azion.com/en/documentation/products/intelligent-dns/) product. Read this [documentation](https://www.azion.com/en/documentation/products/api/v3/) to create an username/password and permissions to use this plugin.
|
||||||
|
|
||||||
|
Export your username/password as environment variables:
|
||||||
|
```
|
||||||
|
export AZION_Username="user@example.com"
|
||||||
|
export AZION_Password="password"
|
||||||
|
```
|
||||||
|
|
||||||
|
To issue a certificate, execute:
|
||||||
|
```
|
||||||
|
acme.sh --issue --dns dns_azion -d example.com -d www.example.com
|
||||||
|
```
|
||||||
|
|
||||||
|
Please report any issue to https://github.com/acmesh-official/acme.sh/issues/3555
|
||||||
|
|
||||||
# Use custom API
|
# Use custom API
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue