We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
var proxy = require('redbird')({ port: 80, xfwd: false, letsencrypt: { path: "certs", port: 3000 }, ssl: { port: 443 } }); proxy.register("aharsoft.com", "http://localhost:3002", { ssl: { key: "/certs/aharsoft.com/private.key", cert: "/certs/aharsoft.com/certificate.crt", ca:"/certs/aharsoft.com/ca_bundle.crt" } });
The text was updated successfully, but these errors were encountered:
Same issue...
My solution so far is to use Certbot then point the path to it.
sudo certbot certonly --standalone --preferred-challenges http -d <example.com> sudo certbot certonly --standalone --preferred-challenges http -d <www.example.com>
const proxy = require('redbird')({ port: 80, xfwd: true, letsencrypt: { path: '/etc/letsencrypt/live', port: 9999 }, ssl: { port: 443, http2: true, } });
Sorry, something went wrong.
Also have this issue.
No branches or pull requests
The text was updated successfully, but these errors were encountered: