de: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
de:server:services:ssl [2023/01/26 07:04] – added System trusted credentials dande:server:services:ssl [2024/05/11 22:09] (current) – [Arch Linux] deleted sudo to be consistent with other tutorials dan
Line 136: Line 136:
  
 <code> <code>
-sudo trust anchor --store rootCA.pem+trust anchor --store rootCA.pem
 </code> </code>
  
Line 164: Line 164:
 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>
  
-Du kannst auch das Magisk-Modul "[[https://github.com/NVISOsecurity/MagiskTrustUserCerts|Magisk Trust User Certs]]verwenden, das das gleiche wie oben macht.+Du kannst auch die Magisk-Module [[https://github.com/NVISOsecurity/MagiskTrustUserCerts/releases|MagiskTrustUserCerts]] (Android 13) oder [[https://github.com/nccgroup/ConscryptTrustUserCerts|ConscryptTrustUserCerts]] (Android 14) verwenden, dass das gleiche wie oben macht.
  
 +
 +=== CA-Zertifikate von Drittanbietern für Firefox verwenden ===
 +
 +Du kannst auch die Option ''Use third party CA certificates'' für den Firefox-Browser wählen:
 +
 +  - Öffne deinen Browser, scrolle nach unten und klicke auf Über firefox/iceraven/mull ...
 +  - Klick mehrmals auf das Logo und gehe zurück 
 +  - Klicke auf Geheime Einstellungen und aktiviere ''Use third party CA certificates''
  
 ===== Nginx ===== ===== Nginx =====
  • de/server/services/ssl.1674716664.txt.gz
  • Last modified: 2023/01/26 07:04
  • by dan