Fix the ugly "missing SSL Certifactes" issue on fresh installed images.
authorStephan Reichholf <sreichholf@users.schwerkraft.elitedvb.net>
Sun, 1 Nov 2009 17:35:16 +0000 (17:35 +0000)
committerStephan Reichholf <sreichholf@users.schwerkraft.elitedvb.net>
Sun, 1 Nov 2009 17:35:16 +0000 (17:35 +0000)
commitcebefe29d13cf6356dd871016c1c6154c392e55e
treec0c1054bf62633b92394244f26a41fa0c8c0b8f7
parent056f029baa235c664f2f9e33229785dc9f584a28
Fix the ugly "missing SSL Certifactes" issue on fresh installed images.
Now the certifactes are being copied to /etc/enigma2 if they are not already there.
If copying fails, https will be disabled (until the user enables it again).
configure.ac
webinterface/Makefile.am
webinterface/etc/Makefile.am [deleted file]
webinterface/etc/cacert.pem [deleted file]
webinterface/etc/server.pem [deleted file]
webinterface/src/Makefile.am
webinterface/src/etc/Makefile.am [new file with mode: 0644]
webinterface/src/etc/cacert.pem [new file with mode: 0644]
webinterface/src/etc/server.pem [new file with mode: 0644]
webinterface/src/plugin.py