From f55e67a67f62093fdd3903a46873989be2d6e3ff Mon Sep 17 00:00:00 2001 From: Marcus Grando Date: Mon, 14 Jun 2021 11:22:40 -0300 Subject: [PATCH] Updated dnsapi (markdown) --- dnsapi.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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