Raspbian VDR Live cert/key error

Raspbian Jessie VDR Live-plugin valittaa puuttuvasta sertifikaatista.

sudo service vdr status

[vdr]…[live] ERROR: Unable to load cert/key…

Korjaus, seuraavaksi kymmeneksi vuodeksi.

cd /var/lib/vdr/plugins/live
sudo openssl req -new -x509 -keyout live-key.pem -out live.pem -days 3650 -nodes
sudo service vdr restart
sudo service vdr status

Homma OK.

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.