Jump to content

"No private key included in cert."


neutronJK

Recommended Posts

neutronJK

I have installed Emby on Ubuntu server 20.04.1 and generated an SSL cert for it for remote use.   I generated the cert using OpenSSH for the cert request and Zero SSL for the certificate issuance.  Once the cert was created, I downloaded and installed it at /etc/ssl.  So now the /etc/ssl path has ca_bundle.crt, certificate.crt and my private key.   Then I configured Emby to use SSL and pointed it certificate.crt and restarted Emby.   It is not working over SSL (of course, it works fine over 8096).  When I looked at Emby's logs, I see:
"2020-08-26 14:34:13.628 Error App: No private key included in SSL cert /etc/ssl/certificate.crt."

The private key is in the same directory.   Any ideas about what I am doing wrong here?

Thanks,

Bob Reed

Link to comment
Share on other sites

Q-Droid

Emby works with a PFX (PKCS12) file holding the private key and site certificate. When you do create the PFX it's best to place the file in a directory under the Emby configuration, like /var/lib/emby/ssl.

https://support.emby.media/support/solutions/articles/44001160086-secure-your-server

 

Edited by Q-Droid
Link to comment
Share on other sites

neutronJK

Thank you for the guidance.  I think I can create PKCS12 file using OpenSSL.  I'll give that a try.

Thanks again!

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...