mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-16 05:12:08 +08:00
CF_Key -> CF_Token as CF_Key does not work
@@ -42,7 +42,7 @@ Yes, if your nameservice provider has an api, we can use the api to automaticall
|
|||||||
|
|
||||||
Cloudflare api:
|
Cloudflare api:
|
||||||
```sh
|
```sh
|
||||||
export CF_Key="sdfsdfsdfljlbjkljlkjsdfoiwje"
|
export CF_Token="sdfsdfsdfljlbjkljlkjsdfoiwje"
|
||||||
|
|
||||||
export CF_Email="xxxx@sss.com"
|
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:
|
#### 3) Dns api mode:
|
||||||
Cloud flare api:
|
Cloud flare api:
|
||||||
```
|
```
|
||||||
export CF_Key="sdfsdfsdfljlbjkljlkjsdfoiwje"
|
export CF_Token="sdfsdfsdfljlbjkljlkjsdfoiwje"
|
||||||
|
|
||||||
export CF_Email="xxxx@example.com"
|
export CF_Email="xxxx@example.com"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user