Skip to content

Commit dadf4ae

Browse files
committed
Merge remote-tracking branch 'refs/remotes/origin/main'
2 parents de3b014 + d8a9dce commit dadf4ae

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

docs/GENERATE_NEW_CACERT.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
19
```bash
210
mkdir -p ~/.deadlight
311

@@ -11,6 +19,6 @@ chmod 600 ~/.deadlight/ca.key
1119
chmod 644 ~/.deadlight/ca.crt
1220
Install it system-wide so curl and other tools trust it:
1321

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
1624
```

0 commit comments

Comments
 (0)