From de5c50d07bb72a147476955b4ee4aeddba6e2bcd Mon Sep 17 00:00:00 2001 From: Alexandre CATTEAU Date: Sat, 8 Apr 2023 18:04:09 +0200 Subject: [PATCH] Update README --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e3b281f..ed74536 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This repository contains a small setup to automate the delivery of our root cert ### Files * `kto.crt` is our current only root certificate -* `advancedsettings.xml` is a Kodi user configuration file (see [Kodi Android](#kodi-android)) +* `advancedsettings.xml` is a Kodi user configuration file #### Installation * `install.sh` copies the certificates to the right location and then reloads the system's certificates (Linux only) @@ -16,7 +16,10 @@ sudo dpkg-divert --divert /usr/lib/firefox/libnssckbi.so.orig --rename --local / sudo ln -s /usr/lib/x86_64-linux-gnu/pkcs11/p11-kit-trust.so /usr/lib/firefox/libnssckbi.so ``` -### Kodi Android -Since Android does not allow to import our root certificate, we have to import directly in Kodi: +### Manually import in Kodi +In systems where we cannot import our certificate (LibreELEC, Android (TV)), we need to copy `advancedsettings.xml` and +`kto.crt` (renamed to `cacert.pem`) to `$HOME_OF_KODI_USER/.kodi/userdata/`. + +#### Android (TV) 1. find Kodi app user data directory (usually `/sdcard/Android/data/org.xbmc.kodi`) 2. copy `advancedsettings.xml` and `kto.crt` (renamed to `cacert.pem`) to `$KODI/files/.kodi/userdata/`