Updated dnsapi (markdown)

master
Marcus Grando 2021-06-14 11:22:40 -03:00
parent 9f2e63422b
commit f55e67a67f
1 changed files with 16 additions and 0 deletions

@ -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
## 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