Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
At a glance
Goal: Remove Dev Proxy from system
Time: 5 minutes
Plugins: None
Prerequisites: Dev Proxy installed
If you want to remove Dev Proxy from your machine, follow these steps.
Uninstall Dev Proxy by running in the command prompt:
winget uninstall DevProxy.DevProxy
Uninstall Dev Proxy by running in the command prompt:
brew uninstall dev-proxy
- Uninstall Dev Proxy by deleting the Dev Proxy installation folder
- Remove Dev Proxy from your system path
- Open your shell profile in a text editor >
~/.bashrc. - Update
PATHenvironment variable. - Reload your profile >
source ~/.bashrc.
- Open your shell profile in a text editor >
- Remove the Dev Proxy certificate from your machine.
- Remove the certificate >
sudo rm /usr/local/share/ca-certificates/dev-proxy-ca.crt - Update certificates >
sudo update-ca-certificates
- Remove the certificate >
Dev Proxy Certificate Uninstallation
If you haven't removed the Dev Proxy certificate automatically during uninstallation, follow these steps to remove it manually:
- Open Start Menu.
- In the search box, type
Manage user certificates. - Select Manage user certificates that appears in the search list. This opens the Certificates - Current User window.
- Remove the certificate from the Personal store:
- In the navigation pane on the left, expand the Personal folder.
- Select the Certificates subfolder.
- In the central pane, locate and select the Dev Proxy CA certificate.
- Press the Delete key on your keyboard, or right-click the certificate and choose Delete from the context menu.
- When prompted to confirm the deletion, select Yes.
- Remove the certificate from the Trusted Root Certification Authorities store:
- In the navigation pane on the left, expand the Trusted Root Certification Authorities folder.
- Select the Certificates subfolder.
- In the central pane, locate and select the Dev Proxy CA certificate.
- Press the Delete key on your keyboard, or right-click the certificate and choose Delete from the context menu.
- When prompted to confirm the deletion, select Yes.
- Open Spotlight by pressing Command + Space.
- Open Keychain Access by typing
Keychain Accessand pressing Return. - Switch to the My Certificates category.
- In the list of certificates, find the Dev Proxy CA certificate.
- Right-click on the certificate, from the context menu that appears, select Delete "Dev Proxy CA", and confirm the deletion.
- Open Finder, locate the ~/Library/Application Support/dev-proxy folder.
- Remove the dev-proxy folder by opening the context menu and selecting Move to Trash.
Remove the certificate
sudo rm /usr/local/share/ca-certificates/dev-proxy-ca.crtUpdate certificates
sudo update-ca-certificates