将证书导入VisualSVN服务器 [英] Import certificate into VisualSVN Server

查看:1353
本文介绍了将证书导入VisualSVN服务器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

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

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

推荐答案

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

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


  1. 将证书和私钥导出为pfx格式

  2. 私钥到PEM格式使用以下命令:

    %VISUALSVN_SERVER%\bin\opensslpkcs12 -in mycert.pfx -out mycert.pem -nodes

  3. 开启VisualSVN伺服器管理员

  4. 开启根节点的属性

  5. 点击证书属性页上的更改证书按钮

  6. 选择导入签名证书选项

  7. 浏览到PEM编码的证书和私钥

  8. 点击完成,然后点击应用

  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. Choose "Import signed certificate" option
  7. Browse to PEM encoded certificate and private key
  8. Click Finish and then Apply

UPDATE:导入pfx格式的证书VisualSVN服务器2.6:

https://www.visualsvn.com/server /changes/2.6/

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

这篇关于将证书导入VisualSVN服务器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆