Skip to content

Commit

Permalink
Update README.md (#1850)
Browse files Browse the repository at this point in the history
Fix typo

[skip ci]
  • Loading branch information
luisfcorreia authored May 17, 2023
1 parent c47935e commit 2b97b69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1034,9 +1034,9 @@ ___

## Install certificates for Chromium based browsers

If you need to install custom certificates, CA, intermediate CA, client certificates (for exmample enterprise internal CA)
If you need to install custom certificates, CA, intermediate CA, client certificates (for example enterprise internal CA)
you can use the different utils come from libnss3-tools.
Chromium based browser uses nssdb as certificate store
Chromium based browser uses nssdb as certificate store.
Create new nssdb:
```bash
certutil -d sql:$HOME/.pki/nssdb -N
Expand Down

0 comments on commit 2b97b69

Please sign in to comment.