acmesh-official / acme.sh

A pure Unix shell script implementing ACME client protocol
https://acme.sh
GNU General Public License v3.0
39.21k stars 4.96k forks source link

cloudflare api keys #3844

Open viponedream opened 2 years ago

viponedream commented 2 years ago

export CF_Token="sdfsdfsdfljlbjkljlkjsdfoiwje" export CF_Account_ID="xxxxxxxxxxxxx" export CF_Zone_ID="xxxxxxxxxxxxx"

后面这两个值从哪弄来的? CF_Account_ID CF_Zone_ID

进后台,只看到这三个值 https://dash.cloudflare.com/profile/api-tokens Create Token只有这么一个: CF_Token 下面还有两个: Global API Key Origin CA Key

大家是怎么取到那些值的

hylyq commented 2 years ago

Just need export CF_Email= export CF_Token=

ningyuv commented 1 year ago

点某个域名进概览页就看到了