Add rootcert.md
Signed-off-by: AKP <tom@tdpain.net>
This commit is contained in:
parent
e3989ef613
commit
3e6d9e1d98
2 changed files with 10 additions and 0 deletions
|
@ -17,6 +17,7 @@ Markdown docs and shell scripts for automating installation of things and docume
|
|||
|
||||
* [`capslock.md`](capslock.md) for the replacement of the Caps Lock key with Escape
|
||||
* [`flameshot.sh`](flameshot.sh) for installing Flameshot screenshot tool
|
||||
* [`rootcert.md`](rootcert.md) for installing other root certificates
|
||||
|
||||
## Performance
|
||||
|
||||
|
|
9
rootcert.md
Normal file
9
rootcert.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
# Installing root certificates
|
||||
|
||||
2021-05-04
|
||||
|
||||
```bash
|
||||
sudo mkdir /usr/share/ca-certificates/extra
|
||||
sudo mv foo.crt /usr/share/ca-certificates/
|
||||
sudo dpkg-reconfigure ca-certificates
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue