{ "admin": { "listen": ":2019" }, "apps": { "http": { "servers": { "acme_server": { "listen": [":443"], "routes": [ { "match": [ { "matcher": "host", "hosts": ["example.com", "www.example.com"] } ], "handle": [ { "handler": "static_response", "status_code": 200, "body": "Hello from Quantum with ACME!" } ] }, { "handle": [ { "handler": "file_server", "root": "./public" } ] } ], "tls": { "automation": { "policies": [ { "subjects": ["example.com", "www.example.com"], "issuer": { "module": "acme", "ca": "https://acme-staging-v02.api.letsencrypt.org/directory", "email": "admin@example.com", "agreed": true } } ] } } } } } } }