Skip to content
This repository was archived by the owner on Jul 23, 2025. It is now read-only.

Commit 68d4e42

Browse files
committed
Fix the cert removal steps for Linux
1 parent 3e9b1be commit 68d4e42

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

docs/partials/_remove-cert.mdx

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -26,20 +26,10 @@ GUI.
2626
</TabItem>
2727
<TabItem value="linux" label="Linux">
2828

29-
Run the following commands from a terminal, depending on your distribution.
30-
31-
Ubuntu/Debian based distributions:
32-
33-
```bash
34-
sudo rm /usr/local/share/ca-certificates/codegate.crt
35-
sudo update-ca-certificates --fresh
36-
```
37-
38-
RHEL/Fedora and other Enterprise Linux distributions:
29+
Run the following command from a terminal, then restart VS Code.
3930

4031
```bash
41-
sudo rm /etc/pki/ca-trust/source/anchors/codegate.pem
42-
sudo update-ca-trust
32+
certutil -d sql:$HOME/.pki/nssdb -D -n CodeGate-CA
4333
```
4434

4535
</TabItem>

0 commit comments

Comments
 (0)