将证书导入 VisualSVN 服务器
是否可以将安装了VisualSVN的Windows Server的有效证书导入到VisualSVN中?
Is it possible to import the valid certificate of the Windows Server, where VisualSVN is installed, into VisualSVN?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
阅读文章 KB134:为 VisualSVN 服务器配置 SSL 证书。
更新:导入 pfx 格式的证书,实现 VisualSVN Server 2.6:
https://www.visualsvn.com/server/changes/2.6/
是,这是可能的。请考虑以下步骤:
使用以下命令将证书和私钥转换为 PEM 格式:
"%VISUALSVN_SERVER%\bin\openssl" pkcs12 -in mycert.pfx -out mycert.pem -nodes
启动 VisualSVN 服务器管理器。
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:
Convert certificate and private key to PEM format using following command:
"%VISUALSVN_SERVER%\bin\openssl" pkcs12 -in mycert.pfx -out mycert.pem -nodes
Start VisualSVN Server Manager.