en:server:services:ssl

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revisionBoth sides next revision
en:server:services:ssl [2023/01/26 07:01] – [Android] changed root hint sentence danen:server:services:ssl [2024/04/27 21:55] – [Android] added way to use "Use third party CA certificates" for firefox browser dan
Line 162: Line 162:
 adb root adb root
 adb shell mount -o rw,remount / adb shell mount -o rw,remount /
-adb push hashed_name.0 /system/etc/security/cacerts/hashed_name.0 +adb push $hashed_name.0 /system/etc/security/cacerts/ 
-adb shell chmod 644 /system/etc/security/cacerts/hashed_name.0 +adb shell chmod 644 /system/etc/security/cacerts/$hashed_name.0 
-adb shell chown root:root /system/etc/security/cacerts/hashed_name.0+adb shell chown root:root /system/etc/security/cacerts/$hashed_name.0
 adb shell reboot adb shell reboot
 </code> </code>
  
-You can also use the Magisk module "[[https://github.com/NVISOsecurity/MagiskTrustUserCerts|Magisk Trust User Certs]]which does the same as above.+You can also use the Magisk module [[https://github.com/NVISOsecurity/MagiskTrustUserCerts/releases|MagiskTrustUserCerts]] (Android 13) or [[https://github.com/nccgroup/ConscryptTrustUserCerts|ConscryptTrustUserCerts]] (Android 14) which does the same as above.
  
 +
 +=== Use third party CA certificates for firefox ===
 +
 +You might want to ''Use third party CA certificates'' for Firefox browser:
 +
 +  - Open your browser and scroll to the bottom and click About firefox/iceraven/mull ...
 +  - Click several times on the logo and go back 
 +  - Click on secret settings and enable ''Use third party CA certificates''
  
  
  • en/server/services/ssl.txt
  • Last modified: 2024/05/11 22:05
  • by dan