Releases: KathreftisAI/caddy
Releases · KathreftisAI/caddy
Sprint 1 Release
Clone this repository
Go to cmd/
Run the command go build
Verify that the "caddy" executable is built.
Run the reverse proxy using the command - < nohup ./caddy run -config sampleConfig/sih.json & >
Check logs in /var/log/caddy_default.log
OR
Download release
It will have binary for Linux x64 (It will have a sample Configuration)
REMEMBER TO CREATE CERTIFICATES -
Also create local CA Certificate and key
Sign all certificates with this local CA.
Unotech First Release of Reverse Proxy
- Clone this repository
- Go to cmd/
- Run the command go build
- Verify that the "caddy" executable is built.
- Run the reverse proxy using the command - < nohup ./caddy run -config sampleConfig/sih.json & >
- Check logs in /var/log/caddy_default.log
OR
- Download release
- It will have binary for Linux x64 and sample configuration
REMEMBER TO CREATE CERTIFICATES -
- Also create local CA Certificate and key
- Sign all certificates with this local CA.