Thanks to visit codestin.com
Credit goes to github.com

Skip to content

BenhuiC/through

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

证书生成

  1. 生成根证书
country=your_country city=your_city organization=your_organization make root_ca
  1. 生成服务端证书
country=your_country city=your_city organization=your_organization make server_ca
  1. 生成客户端证书
country=your_country city=your_city organization=your_organization make client_ca

打包镜像

make image

运行服务端

docker run -d --name=through --net=host --restart=always through:your_tag server

About

No description, website, or topics provided.

Resources

License

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors