Fix merge conflict in README
This commit is contained in:
@@ -8,6 +8,14 @@ This repository contains a small setup to automate the delivery of our root cert
|
||||
#### Installation
|
||||
* `install.sh` copies the certificates to the right location and then reloads the system's certificates (Linux only)
|
||||
|
||||
### Firefox
|
||||
* On Mint, had to use the following so that Firefox uses system CAs:
|
||||
```
|
||||
sudo mv /usr/lib/firefox/libnssckbi.so /usr/lib/firefox/libnssckbi.so.bak
|
||||
sudo ln -s /usr/lib/x86_64-linux-gnu/pkcs11/p11-kit-trust.so /usr/lib/firefox/libnssckbi.so
|
||||
```
|
||||
* Stil unclear: Will this be overwritten at Firefox update?
|
||||
|
||||
### 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`)
|
||||
|
||||
Reference in New Issue
Block a user