From 74150521a92cd73ae2778ee430c18fabe2e4f49a Mon Sep 17 00:00:00 2001 From: stil
Date: Thu, 15 Aug 2024 03:05:19 +0200 Subject: [PATCH] CF_Key -> CF_Token as CF_Key does not work --- How-to-issue-a-cert.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/How-to-issue-a-cert.md b/How-to-issue-a-cert.md index b747867..2acaddb 100644 --- a/How-to-issue-a-cert.md +++ b/How-to-issue-a-cert.md @@ -42,7 +42,7 @@ Yes, if your nameservice provider has an api, we can use the api to automaticall Cloudflare api: ```sh -export CF_Key="sdfsdfsdfljlbjkljlkjsdfoiwje" +export CF_Token="sdfsdfsdfljlbjkljlkjsdfoiwje" export CF_Email="xxxx@sss.com" @@ -106,7 +106,7 @@ acme.sh --issue -d example.com --standalone -d www.example.com #### 3) Dns api mode: Cloud flare api: ``` -export CF_Key="sdfsdfsdfljlbjkljlkjsdfoiwje" +export CF_Token="sdfsdfsdfljlbjkljlkjsdfoiwje" export CF_Email="xxxx@example.com"