将证书导入 VisualSVN 服务器

发布于 2024-08-23 21:44:50 字数 58 浏览 5 评论 0原文

是否可以将安装了VisualSVN的Windows Server的有效证书导入到VisualSVN中?

Is it possible to import the valid certificate of the Windows Server, where VisualSVN is installed, into VisualSVN?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

梦幻的心爱 2024-08-30 21:44:50

阅读文章 KB134:为 VisualSVN 服务器配置 SSL 证书

更新:导入 pfx 格式的证书,实现 VisualSVN Server 2.6:
https://www.visualsvn.com/server/changes/2.6/


是,这是可能的。请考虑以下步骤:

  1. 将证书和私钥导出为 pfx 格式
  2. 使用以下命令将证书和私钥转换为 PEM 格式:
    "%VISUALSVN_SERVER%\bin\openssl" pkcs12 -in mycert.pfx -out mycert.pem -nodes

  3. 启动 VisualSVN 服务器管理器

  4. 打开根节点的属性。
  5. 单击证书属性页上的更改证书按钮。
  6. 单击导入签名证书选项。
  7. 浏览到 PEM 编码的证书和私钥。
  8. 单击完成,然后单击应用

Read the article KB134: Configuring SSL Certificates for VisualSVN Server.

UPDATE: Importing certificates in pfx format implemented VisualSVN Server 2.6:
https://www.visualsvn.com/server/changes/2.6/


Yes, it's possible. Please consider the following steps:

  1. Export certificate and private key to pfx format
  2. Convert certificate and private key to PEM format using following command:
    "%VISUALSVN_SERVER%\bin\openssl" pkcs12 -in mycert.pfx -out mycert.pem -nodes

  3. Start VisualSVN Server Manager.

  4. Open properties for root node.
  5. Click Change certificate button on Certificate property page.
  6. Click Import signed certificate option.
  7. Browse to PEM encoded certificate and private key.
  8. Click Finish and then Apply.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文