From e3b4db70dbf0ef8ed8f4017e8893dd56cb07c902 Mon Sep 17 00:00:00 2001 From: Pasindu L Jayasinghe <123639050+pasinduljay@users.noreply.github.com> Date: Thu, 11 Apr 2024 11:13:10 +0530 Subject: [PATCH] Update README.md --- README.md | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c657fe13..e9d54dd7 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,16 @@
- USDT (TRC20): `TXncxkvhkDWGts487Pjqq1qT9JmwRUz8CC` +## Get your server up to date + +``` +apt update && apt upgrade -y +``` + +## Also install `curl` and `socat` : +``` +apt install curl socat -y +``` ## Install & Upgrade @@ -47,8 +57,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) +  + +4. You may have to re-authenticate your account. After that, the API Key will be shown (See the screenshot below)\ +  + +When using, just enter `domain name`, `email`, `API KEY`, the diagram is as follows: +  ### Certbot ```