Skip to content

Releases: KathreftisAI/caddy

Sprint 1 Release

12 Apr 10:38
Compare
Choose a tag to compare

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

29 Mar 20:29
b56168c
Compare
Choose a tag to compare
  1. Clone this repository
  2. Go to cmd/
  3. Run the command go build
  4. Verify that the "caddy" executable is built.
  5. Run the reverse proxy using the command - < nohup ./caddy run -config sampleConfig/sih.json & >
  6. Check logs in /var/log/caddy_default.log

OR

  1. Download release
  2. It will have binary for Linux x64 and sample configuration

REMEMBER TO CREATE CERTIFICATES -

  1. Also create local CA Certificate and key
  2. Sign all certificates with this local CA.