简体   繁体   中英

Import certificate into VisualSVN Server

是否可以将安装了 VisualSVN 的 Windows Server 的有效证书导入到 VisualSVN 中?

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 .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM