diff --git a/README.md b/README.md index 4daabb5..6fec3e3 100644 --- a/README.md +++ b/README.md @@ -4,5 +4,11 @@ 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 []()) #### Installation -* `install.sh` copies the certificates to the right location and then reloads the system's certificates +* `install.sh` copies the certificates to the right location and then reloads the system's certificates (Linux only) + +### Kodi Android +Since Android does not allow to import our root certificate, we have to import directly in Kodi: +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/` diff --git a/advancedsettings.xml b/advancedsettings.xml new file mode 100755 index 0000000..11845e5 --- /dev/null +++ b/advancedsettings.xml @@ -0,0 +1,5 @@ + + + special://masterprofile/cacert.pem + +