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.
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:
- Export certificate and private key to pfx format
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.
- Open properties for root node.
- Click Change certificate button on Certificate property page.
- Click Import signed certificate option.
- Browse to PEM encoded certificate and private key.
- Click Finish and then Apply.