Is it possible to import the valid certificate of the Windows Server, where VisualSVN is installed, into VisualSVN?
Asked
Active
Viewed 7,482 times
1 Answers
27
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.

Ivan Zhakov
- 3,981
- 28
- 24