A shell script to add root certificates to Firefox OS/KaiOS
 
 
Go to file
LiarOnce 353dad3fce
Merge pull request #2 from farooqkz/patch-1
apt-get -> apt in README.md snippet
2021-12-17 09:48:58 +08:00
bin Contains ADB 2021-10-11 19:41:38 +08:00
certs Upload 2021-10-07 16:02:48 +08:00
.gitignore Windows batch final. 2021-10-07 17:35:32 +08:00
README-original.md Upload 2021-10-07 16:02:48 +08:00
README.md apt-get -> apt 2021-11-29 20:14:15 +03:30
add-certificates-to-phone-internal-kit-adb.bat Contains ADB 2021-10-11 19:41:38 +08:00
add-certificates-to-phone-wsl.sh Support with parameters, please check the latest document 2021-10-08 13:55:25 +08:00
add-certificates-to-phone.bat Support with parameters, please check the latest document 2021-10-08 13:55:25 +08:00
add-certificates-to-phone.sh Update add-certificates-to-phone.sh 2021-10-10 11:37:50 +01:00

README.md

b2g-certificates

A shell script to add root certificates to Firefox OS

Original README

Usage

For Linux shell:

Usage: add-certificates-to-phone.sh [-r] (dir) | [-d] | [-h]

-r (dir) Enter the NSS DB root directory ( Such as Nokia, enter /data/b2g/mozilla )
         Some phones may be different.
         For more information, please visit: https://github.com/openGiraffes/b2g-certificates
-d Use default directory (/data/b2g/mozilla)
-h Output this help.

Linux (Debian & Ubuntu):

sudo apt install libnss3-tools adb wget
git clone https://github.com/openGiraffes/b2g-certificates
cd b2g-certificates

chmod +x ./add-certificates-to-phone.sh
./add-certificates-to-phone.sh -d # For Nokia user

# If you are using WSL, please run this (Need to add Android Platform Tools directory to PATH)
chmod +x ./add-certificates-to-phone-wsl.sh
./add-certificates-to-phone-wsl.sh -d # For Nokia user

Windows Batch(Need to add Android Platform Tools directory to PATH):

add-certificates-to-phone.bat

Enter the NSS DB root directory ( Such as Nokia, enter /data/b2g/mozilla )
Some phones may be different.
For more information, please visit: https://github.com/openGiraffes/b2g-certificates

(Enter the path here)

NSS certutil compiled by myself.

sed.exe from mbuilov/sed-windows