mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-02 18:54:48 +08:00
Updated dnsapi (markdown)
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
|
||||
|
||||
## 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user