Arelion 0 Posted May 12, 2017 Posted May 12, 2017 Hi, I've tried to follow all the guides out there to add a certificate to my Emby server, unfortunately without success. Today I'm running my Emby server on Ubuntu 17.04. I own my own domain but I already use the main domain for another server that I has as a webserver. So I would like to have a sub-domain for my Emby, so I have created an address that looks like this: emby.domain.com I have managed to use free certificates on my web server via Certbot, but when I try to do the same way on my Emby server with my sub-domain I get some authentication error message. So I would really appreciate if someone would give me some really good instructions on how to install a certificate on my Emby-server. Have tried this already: https://emby.media/community/index.php?/topic/44757-setting-up-ssl-for-emby-wip/
drakus72 17 Posted June 19, 2017 Posted June 19, 2017 (edited) The cert file probably isn't converted properly. Try this openssl pkcs12 -export -out certificate.pfx -inkey privateKey.key -in certificate.crt than put the location to the certificate.pfx into advance --> certificat path so that it looks like this /etc/ssl/certificate.pfx or where ever you put it. I suggest leaving all passwords blank on your cert Edited June 19, 2017 by drakus72
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