Import certificate into VisualSVN Server

你。 提交于 2020-01-01 08:25:09

问题


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


回答1:


Read the article KB134: Configuring SSL Certificates for VisualSVN Server and don't miss the relevant Getting Started section.


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.


来源:https://stackoverflow.com/questions/2356997/import-certificate-into-visualsvn-server

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!