Replies: 1 comment 3 replies
|
Hi @Malo-PVEY - custom certificates aren't possible currently out of the box. You can setup a Proxy in front (NPM, nginx, Caddy) and point the backend to http://your-ip:5100 The Docker container exposes port 5100 for plain HTTP traffic. If you go this route, make sure that proxy X-Forwarded-For headers are passed to the backend: https://docs.pwpush.com/docs/proxies/ |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello,
If I don’t use the “TLS_DOMAIN” option to obtain a self-signed Let’s Encrypt certificate, is it possible to use an existing certificate?
If so, could you provide a link to the documentation explaining how to set it up?
Thank you
All reactions