diff --git a/README.es_ES.md b/README.es_ES.md index fe329b372..77a7e941a 100644 --- a/README.es_ES.md +++ b/README.es_ES.md @@ -1,6 +1,6 @@ # 3X-UI -[Español](/README.es_ES.md) | [English](/README.md) | [Chinese](/README.zh.md) +[English](/README.md) | [Chinese](/README.zh.md) | [Español](/README.es_ES.md)

Image

diff --git a/README.md b/README.md index c657fe139..318b50215 100644 --- a/README.md +++ b/README.md @@ -47,8 +47,20 @@ The Management script has a built-in SSL certificate application for Cloudflare. - Cloudflare Global API Key - The domain name has been resolved to the current server through cloudflare -**1:** Run the`x-ui`command on the terminal, then choose `Cloudflare SSL Certificate`. +How to get the Cloudflare Global API Key: +1. Run the`x-ui`command on the terminal, then choose `Cloudflare SSL Certificate`. + +2. Visit the link https://dash.cloudflare.com/profile/api-tokens + +3. Click on View Global API Key (See the screenshot below) + ![](media/APIKey1.PNG) + +4. You may have to re-authenticate your account. After that, the API Key will be shown (See the screenshot below)\ + ![](media/APIKey2.png) + +When using, just enter `domain name`, `email`, `API KEY`, the diagram is as follows: + ![](media/DetailEnter.png) ### Certbot ``` diff --git a/README.zh.md b/README.zh.md index 0c319f166..6175b3ec9 100644 --- a/README.zh.md +++ b/README.zh.md @@ -1,6 +1,6 @@ # 3X-UI -[English](/README.md) | [Chinese](/README.zh.md) +[English](/README.md) | [Chinese](/README.zh.md) | [Español](/README.es_ES.md)

Image

diff --git a/media/APIKey1.PNG b/media/APIKey1.PNG new file mode 100644 index 000000000..72a6d8afd Binary files /dev/null and b/media/APIKey1.PNG differ diff --git a/media/APIKey2.png b/media/APIKey2.png new file mode 100644 index 000000000..7b90389f1 Binary files /dev/null and b/media/APIKey2.png differ diff --git a/media/DetailEnter.png b/media/DetailEnter.png new file mode 100644 index 000000000..c07dac20a Binary files /dev/null and b/media/DetailEnter.png differ