Can I use the SSL cert created by Duck DNS add-on for Emby

Hello. I am using the Duck DNS add-on on an Raspberry Pi running hass.io.

I wish to run Emby server on another computer on my home network and setup https connection for Emby on port 8920. Can I use the SSL certificate generated by hass.io? If so how should I go about doing it?

Thanks.

hi, those certs are regenerated slightly more often than every 3 months. You could just copy them from the /ssl directory on your HA instance to that Emby server. Try Configurator if you don’t want to use SSH.

Only if the hostname matches. Otherwise generate another, they are free after all.

Thanks. I copied them from the hassio’s /ssl directory with WinSCP and converted them into .pfx format. It’s working now.

Is there a way to automate this process since the certs regenerate regularly?

scp for the moving part. How did you do the conversion?

I used a ssl-converter from this website:

https://www.sslshopper.com/ssl-converter.html

google will help you quite often

https://support.servertastic.com/knowledgebase/article/convert-pem-to-pfx

Thanks!

So I could use some kind of script to automate the file copying and the conversion regularly?