neutronJK 0 Posted August 26, 2020 Posted August 26, 2020 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
Q-Droid 830 Posted August 26, 2020 Posted August 26, 2020 (edited) 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 August 26, 2020 by Q-Droid
neutronJK 0 Posted August 26, 2020 Author Posted August 26, 2020 Thank you for the guidance. I think I can create PKCS12 file using OpenSSL. I'll give that a try. Thanks again!
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now