Luke 42272 Posted 3 hours ago Posted 3 hours ago 5 hours ago, renefw said: How is this link supposed to help me? I pinged @sa2000to jump in and provide his expertise.
sa2000 700 Posted 2 hours ago Posted 2 hours ago (edited) On 04/04/2026 at 10:15, renefw said: Do you mean via SSH terminal? I don't even know how to debug. what Luke meant was running the script command lines manually in an ssh terminal session So you would login and then do cd /share/SSL-Certificate So in that folder if there is a new certificate crt file it would use it So assuming there is a valid crt file you need to pick up, you would execute the next command manually in the ssh session and see what gets output back as there may be clues You are still in this directory following the cd (note - the orifinal script was referencing this directory " cd /etc/config/QcloudSSLCertificate/cert" you would execute manually this command line in the ssh session openssl pkcs12 -export -out emby.p12 -inkey key -in cert -passout pass: you would have your password for the certificate after the "pass:" This should create a new "emby.p12" file (adding a note from the original script notes: Quote if you are not root/admin user you'll need to put sudo before the command Edited 2 hours ago by sa2000
sa2000 700 Posted 1 hour ago Posted 1 hour ago Just adapting the command to what you have cd /share/SSL-Certificate suggest you rename the exisiting emby.p12 file - to check that a new emby.p12 is created by the next command openssl pkcs12 -export -out emby.p12 -inkey SSLprivatekey.key -in SSLcertificate.crt -passout pass:mykey
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