Jump to content

PEM certificate support


shep

Recommended Posts

Bringing this here from my PM conversation with Luke. Mono is rebuilding their code base that deals with certificates, and supporting PEM certs for HTTPS was mentioned. Supporting PEM would make Letsencrypt integration seamless as it generates PEM certs natively, but requires extra trickery to generate PFX certs that Emby requires.

  • Like 3
Link to comment
Share on other sites

  • 1 month later...
  • 2 weeks later...
Cerothen

It is pretty simple to convert crts from LetsEncrypt, I do it for me, and I have written a guide how to

 

openssl pkcs12 -export -out /obt/emby/ssl/yourdomain.pfx -inkey privkey.pem -in cert.pem -certfile chain.pem -password pass:

 

run that command in your letsencrypt live folder and you are done.

I also do this, as part of the update script if a new cert is installed it creates a passwordless pfx copies it to where emby grabs it from and restarts emby.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...