diff --git a/dnsapi.md b/dnsapi.md index fb239f5..7d1c744 100644 --- a/dnsapi.md +++ b/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 +## 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