Skip to content

DNS Provider Configuration

Tatsuro Shibamura edited this page Feb 9, 2021 · 28 revisions

Azure DNS

  • Acmebot:AzureDns:SubscriptionId
    • Subscription ID include Azure DNS

Add access control (IAM) to Azure DNS

Open the Access Control (IAM) of the target DNS zone or resource group containing the DNS zone, and assign the role of DNS Zone Contributor to the deployed application.

temp

Cloudflare

  • Acmebot:Cloudflare:ApiToken
    • API Token (requires Zone:Read and DNS:Edit permissions)

Example API Token configuration

image

Google Cloud DNS

  • Acmebot:Google:KeyFile64

  • Create a service account for your project with DNS readwrite access.

  • Generate and download a json keyfile.

  • Take keyfile contents and encode them in base64

  • Create a new application setting named Acmebot:Google:KeyFile64 and paste the base64 encoded string into it.

GratisDNS

  • Acmebot:GratisDns:Username
  • Acmebot:GratisDns:Password
    • GratisDNS admin credentials
Clone this wiki locally