Import certificate into VisualSVN Server
Asked Answered
C

1

11

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

Crescent answered 1/3, 2010 at 15:48 Comment(0)
H
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:

  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.
Hydropathy answered 1/3, 2010 at 21:9 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.