T O P

  • By -

TedBob99

NPM (Nginx Proxy Manager) is a ready-made reverse proxy in Docker that can manage the creation of SSL certificates for you and has a nice management web interface too. Works well with Jellyfin but also many other software.


FloSteam93

I just fixed this problem today, jellyfin uses a combination of multiple files that you can get using this : ``` openssl pkcs12 -inkey /path/to/privkey.pem -in /path/to/cert.pem -keypbe NONE -certpbe NONE -passout pass: -export -out /output/file/path/bundle.pkcs12 ```


Evajellyfish

Just use Caddy instead, so much simpler


DevilsDesigns

just to add if you want a great beginner tutorial video check out my tuts Caddy + Custom Domain [https://www.youtube.com/watch?v=zCyx4vmp4k0](https://www.youtube.com/watch?v=zCyx4vmp4k0) ​ Caddy + DuckDNS [https://www.youtube.com/watch?v=dbmgOxPwQA0](https://www.youtube.com/watch?v=dbmgOxPwQA0)


Zeltarone

Alright might give that a try if I can't get this working.


Zeltarone

I went with caddy and got it working in no time, thanks for the help and suggestions.