Last Updated: February 25, 2016
·
352
· computerlyrik

Automagic securing with HTTPS Connection

Automagically secure your Service with help of Caddy webserver and letsencrypt.

Have a Caddyfile

mydomain.com {
proxy / localhost:8080
}

To secure a service running on port 8080.
Run Caddy with options -agree -email me@example.com

PS: There is also a chef cookbook i wrote for caddy to ease things up