Is it possible to import the valid certificate of the windows server, where VisualSVN ist installed, into VisualSVN ?
                +5 
                A: 
                
                
              
            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
 - Choose "Import signed certificate" option
 - Browse to PEM encoded certificate and private key
 - Click Finish and then Apply
 
                  Ivan Zhakov
                   2010-03-01 21:09:29