go mod init <reponame> GOOS=linux GOARCH=amd64 go build -o server main.go chmod +x ./server certbot --nginx -d api.exmaple.com nginx -t nginx -s reload