We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents de3b014 + d8a9dce commit dadf4aeCopy full SHA for dadf4ae
1 file changed
docs/GENERATE_NEW_CACERT.md
@@ -1,3 +1,11 @@
1
+Execute on devicee for enhanced HTTPS browsing
2
+
3
+Recommended via Termux
4
+```bash
5
+proot-distro install debian
6
+proot-distro login debian
7
+```
8
9
```bash
10
mkdir -p ~/.deadlight
11
@@ -11,6 +19,6 @@ chmod 600 ~/.deadlight/ca.key
19
chmod 644 ~/.deadlight/ca.crt
12
20
Install it system-wide so curl and other tools trust it:
13
21
14
-sudo cp ~/.deadlight/ca.crt /usr/local/share/ca-certificates/deadlight.crt
15
-sudo update-ca-certificates
22
+cp ~/.deadlight/ca.crt /usr/local/share/ca-certificates/deadlight.crt
23
+update-ca-certificates
16
24
```
0 commit comments