From 9d8d67e792ae95adb24ea8f0056a6e562a106ee9 Mon Sep 17 00:00:00 2001 From: Alister <59211330+ally9696@users.noreply.github.com> Date: Thu, 3 Sep 2020 01:46:08 +0530 Subject: [PATCH] Updated dnsapi (markdown) --- dnsapi.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dnsapi.md b/dnsapi.md index 0e9a8a9..936560d 100644 --- a/dnsapi.md +++ b/dnsapi.md @@ -11,13 +11,13 @@ Currently Cloudflare doesn't allow API access in free tld domain. You will get t CloudFlare Domain API offers two methods to automatically issue certs. ### Using the global API key -First you need to login to your CloudFlare account to get your [API key](https://dash.cloudflare.com/profile). +First you need to login to your CloudFlare account to get your [API key](https://dash.cloudflare.com/profile). Each token generated is not stored on cloudflare account and will have expiry if not set correctly. You will get this in API keys section. ``` export CF_Key="sdfsdfsdfljlbjkljlkjsdfoiwje" export CF_Email="xxxx@sss.com" ``` -### Using the new cloudflare api token +### Using the new cloudflare api token, you will get this after normal login and scroll down on dashboard and copy credentials. ``` export CF_Token="sdfsdfsdfljlbjkljlkjsdfoiwje" export CF_Account_ID="xxxxxxxxxxxxx"