Skip to content

Provider Cloudflare

alxwolf edited this page Mar 19, 2023 · 1 revision

Cloudflare

Obtain your Cloudflare Token

This will replace <TOKEN> in ubios-cert.env.

  1. Log into your Cloudflare account.
  2. Click your avatar in the top right corner.
  3. Click My Profile in the drop-down menu.
  4. Click API Tokens in the left nav.
  5. Click the Create Token button.
  6. Navigate down to Create Custom Token and click the Get Started button.
  7. Give your API token a descriptive name (it doesn't matter and you can change it later).
  8. Under Permissions, set it to Zone - DNS - Edit
  9. Under Zone Resources, set it to Include - Specific Zone - [the domain you want to use]
  10. Configure TTL to your liking -- can leave blank to make it indefinite.
  11. Note the Token string. Guard it like a password.

Obtain your CloudFlare Account ID

This will replace <ACCOUNTID> in ubios-cert.env.

  1. Exit My Profile and navigate to the domain you want to use.
  2. Note your Account ID in the right nav.

Instructions for Cloudflare provided by courtesy of @OverengineeredNetwork