生成CA证书

./xray_linux_amd64.sh genca

安装CA证书

# centos # 将证书复制到 /etc/pki/ca-trust/source/anchors/ 文件夹

cp /root/crawlergo_x_XRAY-master/xray/ca.crt /etc/pki/ca-trust/source/anchors/

# 将此证书软连接至 /etc/ssl/certs/文件夹中

ln -s /etc/pki/ca-trust/source/anchors/ca.crt /etc/ssl/certs/ca.crt

# 运行 update-ca-trust,更新系统的证书

update-ca-trust

相关文章:

  • 2021-06-03
  • 2022-01-19
  • 2022-03-03
  • 2021-07-13
  • 2021-11-15
  • 2021-10-14
  • 2021-07-30
  • 2021-10-18
猜你喜欢
  • 2021-06-05
  • 2021-11-26
  • 2021-09-16
  • 2021-05-14
相关资源
相似解决方案