|
|
9 anni fa | |
|---|---|---|
| README.md | 9 anni fa | |
| httpsify.go | 9 anni fa |
a transparent HTTPS terminator for letsencrypt with auto certificates renewal, you may need to read more about LetsEncrypt from here
~ 2 MBhttpsify --backend=http://127.0.0.1X-Forwarded-* headers, X-Real-IP header and X-Remote-IP/X-Remote-Port to the backend server .Currently the only available binaries are built for
linux386/amd64and you can download them from here .
Building from source :
-- MAke sure you haveGolanginstalled .
--go get github.com/alash3al/httpsify.
--go install github.com/alash3al/httpsify.
-- make sure that$GOPATH/binin your$PATH.
lets say that you have extracted/built httpsify in the current working directory .
# this is the simplest way to run httpsify # this will run a httpsify instance listening on port 443 and passing the incoming requests to http://localhost # and building valid signed cerificates for the specified domains [they must be valid domain names] ./httpsify --backend=http://localhost --domains="domain.tld,www.domain.tld,another.domain.tld"