diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2024-01-29 23:45:20 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2024-01-29 23:58:03 +0300 |
| commit | e4567a2b247106bd375487889fe64cd5e660aa36 (patch) | |
| tree | 37e152b1a88ffbca941e9d087e5b97902399bdbd /README.md | |
| parent | 6c0775b12055e4546cb0fd86e1d8d569d886eefa (diff) | |
host name for ws header req
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 56 |
1 files changed, 28 insertions, 28 deletions
@@ -30,6 +30,34 @@ To install your desired version, add the version to the end of the installation ``` bash <(curl -Ls https://raw.githubusercontent.com/mhsanaei/3x-ui/master/install.sh) v2.1.2 ``` + +## SSL Certificate + +<details> + <summary>Click for SSL Certificate</summary> + +### Cloudflare + +The Management script has a built-in SSL certificate application for Cloudflare. To use this script to apply for a certificate, you need the following: + +- Cloudflare registered email +- 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`. + + +### Certbot +``` +apt-get install certbot -y +certbot certonly --standalone --agree-tos --register-unsafely-without-email -d yourdomain.com +certbot renew --dry-run +``` + +***Tip:*** *Certbot is also built into the Management script. You can run the `x-ui` command, then choose `SSL Certificate Management`.* + +</details> + ## Manual Install & Upgrade <details> @@ -201,34 +229,6 @@ Supports a variety of different architectures and devices. Here are some of the </details> - -## SSL Certificate - -<details> - <summary>Click for SSL Certificate</summary> - -### Cloudflare - -The Management script has a built-in SSL certificate application for Cloudflare. To use this script to apply for a certificate, you need the following: - -- Cloudflare registered email -- 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`. - - -### Certbot -``` -apt-get install certbot -y -certbot certonly --standalone --agree-tos --register-unsafely-without-email -d yourdomain.com -certbot renew --dry-run -``` - -***Tip:*** *Certbot is also built into the Management script. You can run the `x-ui` command, then choose `SSL Certificate Management`.* - -</details> - ## [WARP Configuration](https://gitlab.com/fscarmen/warp) <details> |
