Ubuntu安装google chrome过程:
1 # wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb 2 3 # apt-get -f install 4 5 # dpkg -i google-chrome-stable_current_amd64.deb
GoAgent Import CA, ubuntu手动导入证书
- 如果自动导入存在问题,针对Chrome浏览器可以采用手动导入的方式。
- 点击浏览器的“settings”选项
- 选择“HTTP/SSL”选项下的“Managene Certificating”
- 选择“Authorities”,点击“Import”,到XX-Net解压文件夹下,找到 GoAgent\Data\GoAgent 目录下的 "CA.crt" 证书,导入即可。
时间: 2024-10-14 11:52:06