Add Windows setup in README
This commit is contained in:
parent
eed3bbb083
commit
297babb815
11
README.md
11
README.md
@ -26,3 +26,14 @@ This prevents KODI from using system CA, and thus to access "normal" HTTPS resou
|
|||||||
#### Android (TV)
|
#### Android (TV)
|
||||||
1. find Kodi app user data directory (usually `/sdcard/Android/data/org.xbmc.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/`
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user