目测windows平台当前搭建svn最简单的就是VisualSVN Server

启动https

证书cp下面目录

C:\Program Files\VisualSVN Server\certs

修改Visual SVN的conf文件,将原来的

SSLCertificateFile      certs/server.pem

SSLCertificateKeyFile   certs/server.pem

改为

SSLCertificateFile      certs/ka.crt

SSLCertificateKeyFile   certs/ka.key

这一对密钥 格式和nginx 需求一样。

相关文章:

  • 2021-10-30
  • 2021-06-29
  • 2021-08-18
  • 2021-07-12
  • 2021-09-25
  • 2021-06-09
  • 2021-11-01
  • 2021-08-19
猜你喜欢
  • 2021-08-18
  • 2021-06-27
  • 2021-11-20
  • 2021-09-25
  • 2021-11-19
  • 2021-08-22
  • 2021-11-12
  • 2021-08-11
相关资源
相似解决方案