From 297babb815f4781fa488929918198042ac6e4d4c Mon Sep 17 00:00:00 2001 From: Alexandre CATTEAU Date: Sat, 4 May 2024 16:48:37 +0200 Subject: [PATCH] Add Windows setup in README --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index ae5b2b1..a741ae0 100644 --- a/README.md +++ b/README.md @@ -26,3 +26,14 @@ This prevents KODI from using system CA, and thus to access "normal" HTTPS resou #### 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/` + +### Import in Windows +1. Download the CA +2. Double-click on it +3. On the Certificate dialog box, click Install Certificate to start the Certificate Import Wizard +4. On the Welcome page, click Next +5. On the Certificate Store page, select Place all certificates in the following store and click Browse +6. In the Select Certificate Store dialog box, select Show Physical Stores +7. Double-click Trusted Root Certification Authorities, select Local Computer, and then click OK +8. On the Certificate Store page, click Next +9. On the summary page, review the details and click Finish