Skip to content

DNS Provider Configuration

Tatsuro Shibamura edited this page Oct 25, 2020 · 27 revisions

Azure DNS

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

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