vicarian 0.2.4

Vicarian is a reverse proxy server with ACME support

{
    vhosts = [
        {
            hostname = "host01.example.com"
            tls = {
                files = {
                    keyfile = "/etc/ssl/certs/host01.example.com.key"
                    certfile = "/etc/ssl/certs/host01.example.com.crt"
                }
            }
            backends = [
                {
                    url = "module://metrics"
                }
            ]
        }
    ]
}