Results 2 comments of Augustin deMayo

Sorry about that, should've been more descriptive - maybe something like ``` const app = gemini({ hosts: { "example": { domain: 'example.com', cert: readFileSync("./path/to/cert.pem"), key: readFileSync("./path/to/key.pem"), titanEnabled: true }, "example2":...

Actually, there's an existing vhost package for express - https://github.com/expressjs/vhost could this be adapted to work in the gemini context - it doesn't seem looking at the source to require...