From e6422779286c8876442cd1cc26812c471a239b62 Mon Sep 17 00:00:00 2001 From: Kevin McKenzie Date: Wed, 21 Aug 2019 14:44:45 -0400 Subject: [PATCH] Added information about what permissions you need in order to use the Cloudflare API token. --- dnsapi.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dnsapi.md b/dnsapi.md index c5c4acd..4e8a539 100644 --- a/dnsapi.md +++ b/dnsapi.md @@ -19,6 +19,8 @@ export CF_Email="xxxx@sss.com" export CF_Token="sdfsdfsdfljlbjkljlkjsdfoiwje" export CF_Account_ID="xxxxxxxxxxxxx" ``` +In order to use the new token, the token currently needs access read access to Zone.Zone, and write access to Zone.DNS, across all Zones. + Ok, let's issue a cert now: ```