We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
修复Linux下启用加速后无法正常登录Steam的问题
Linux上开启加速后Steam卡在Logging in但是一直有流量,关闭加速后就登录进去了。加速情况下在浏览器上访问网页没有问题。只有客户端登录不上去
将证书安装到整个操作系统就没有问题了
执行
pkexec trust anchor --store ~/.local/share/Steam++/Plugins/Accelerator/SteamTools.Certificate.cer
或使用手动安装
steampp_username=$(whoami) ; pkexec sh -c "cp /home/$steampp_username/.local/share/Steam++/Plugins/Accelerator/SteamTools.Certificate.cer /etc/ca-certificates/trust-source/anchors/ ; update-ca-trust"
steampp_username=$(whoami) ; pkexec sh -c "cp /home/$steampp_username/.local/share/Steam++/Plugins/Accelerator/SteamTools.Certificate.cer /etc/pki/ca-trust/source/anchors ; update-ca-trust"
将证书复制到/usr/local/share/ca-certificates (若文件夹不存在请先创建)
sudo cp ~/.local/share/Steam++/Plugins/Accelerator/SteamTools.Certificate.crt /usr/local/share/ca-certificates/
刷新证书
sudo update-ca-certificates
The text was updated successfully, but these errors were encountered:
我在 Ubuntu Uos Deepin 中使用 抓包软件 且证书导入了 系统信任 还是一样 卡 登录 请问你是以什么方式解决的呢
Sorry, something went wrong.
刚再次测试过 System 模式可以正常登录了 但是 Host 模式依然卡加载 而且与导入系统证书信任列表无关
Mossimos
No branches or pull requests
🥰 需求描述(Description)
修复Linux下启用加速后无法正常登录Steam的问题
Linux上开启加速后Steam卡在Logging in但是一直有流量,关闭加速后就登录进去了。加速情况下在浏览器上访问网页没有问题。只有客户端登录不上去
🧐 解决方案(Solution)
将证书安装到整个操作系统就没有问题了
对于使用p11-kit的发行版
执行
或使用手动安装
Arch系发行版(Arch Linux、SteamOS、Manjaro、EndeavorOS)
RedHat系发行版(Fedora、RHEL、RockyLinux)
对于不使用p11-kit的发行版
Debian/Ubuntu
将证书复制到/usr/local/share/ca-certificates (若文件夹不存在请先创建)
刷新证书
🚑 其他信息(Other Information)
The text was updated successfully, but these errors were encountered: