redbird
redbird copied to clipboard
not working in windows, i solved... please change
lib/letsencrypt.js
on http create server
var filename = path.join(certPath, req.headers.host, uri); ----------------------------------------^^ var isForbiddenPath = uri.length < 3 || filename.replace(/\/g, '/').indexOf(certPath.replace(/\/g, '/')) !== 0; ------------------------------------------------------^^------------------------------------^^
on windows that comparsion need replace back slash
sorry i don t know how create pull requests yet
but that corrections is necessary for windows
It is quite simple: https://help.github.com/articles/creating-a-pull-request/ :)