Add rootcert.md

Signed-off-by: AKP <tom@tdpain.net>
This commit is contained in:
akp 2021-05-04 14:11:32 +01:00
parent e3989ef613
commit 3e6d9e1d98
No known key found for this signature in database
GPG key ID: AA5726202C8879B7
2 changed files with 10 additions and 0 deletions

View file

@ -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
View 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
```