Giter Site home page Giter Site logo

tuic-build-tutorial's Introduction

  • Install the Tuic program
apt -y update && apt -y install wget socat uuid-runtime && wget -O /usr/local/bin/tuic https://github.com/EAimTY/tuic/releases/download/tuic-server-1.0.0-rc0/tuic-server-1.0.0-rc0-x86_64-unknown-linux-gnu && chmod +x /usr/local/bin/tuic
  • Download configuration file
wget -O /usr/local/etc/config.json https://raw.githubusercontent.com/TinrLin/Tuic-build-tutorial/main/server.json && wget -P /etc/systemd/system https://raw.githubusercontent.com/TinrLin/Tuic-build-tutorial/main/tuic.service
  • Configure certificate

1.install acme

curl https://get.acme.sh | sh 

2.set acme alias

alias acme.sh=~/.acme.sh/acme.sh

3.auto update acme

acme.sh --upgrade --auto-upgrade

4.Set acme's default CA

acme.sh --set-default-ca --server letsencrypt

5.generate certificate(Replace www.example.com with your domain name)

acme.sh --issue -d www.example.com --standalone -k ec-256 --webroot /home/wwwroot/html

6.install certificate(Replace www.example.com with your domain name)

acme.sh --install-cert -d www.example.com --ecc --key-file /etc/ssl/private/private.key --fullchain-file /etc/ssl/private/cert.crt
  • Modify the configuration file

Generate UUID

uuidgen

Generate password

openssl rand -base64 32
  • View Tuic running status
systemctl daemon-reload && systemctl enable --now tuic.service && systemctl status tuic.service
  • Download the Tuic kernel

Tuic kernel

tuic-build-tutorial's People

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.