DNS Providers
The following DNS providers are currently supported. If you need another provider please raise request.
Provider Configuration
Azure DNS
DNS enables the configuration, and security model to remain simple and consistent through use of the Azure RBAC model.
- Default
- Delegated Zone
In standard usage, the below are the parameters used to configure the Azure DNS resource to be used for DNS challenges. The zone name is infered from the name of the Azure DNS resource.
Parameter | Example | Description |
---|---|---|
--azure-dns-zone | Resource Id | Full resource ID of the Azure DNS zone to be used |
With delegated zones, the addition parameter is required to instruct the tool to generate the TXT record names from the delegated zone name provided rather than the resource name of the Azure DNS Zone.
Parameter | Example | Description |
---|---|---|
--azure-dns-zone | Resource Id | Full resource ID of the Azure DNS zone to be used |
--zone-name | azacme.dev | Zone name that the --azure-dns-zone has been delegated from. |