使用 lego 取代 acme.sh

This commit is contained in:
Jacky 2021-07-20 17:30:25 +08:00
parent d60701256e
commit 1696846a1f
22 changed files with 849 additions and 160 deletions

View file

@ -20,12 +20,10 @@ echo "Compiling api server..."
cd server || exit 1
go build -o nginx-ui-server main.go
echo "Installing acme.sh..."
go test -v test/acme_test.go
echo "build completed"
cd ..
echo "==============="
echo "frontend dist path: nginx-ui-frontend/dist"
echo "start server, run server/nginx-ui-server"
echo "start server at background, run nohup ./nginx-ui-server &"