기술 자료

​
​

Development

User Acquisition

Monetization

산업 분야

Unity Version Control

DevOps

On-prem

Gluon

Editor plug-in

Open Unity Dashboard

Unity Version Control

이 페이지는 선택한 언어로 제공되지 않습니다.
​
​
Unity Version Control
  • Overview
  • Cloud Repositories organization update
  • Installation
  • Use UVCS with the Unity Editor
  • Unity Version Control plugins
  • Concepts
  • Tutorials
  • On-Prem
    • Server configuration
    • Client configuration
    • Manage On-Prem licenses
    • Stop, start, or restart server
    • Server administration console
    • Configure UVCS
    • Use server read-only mode
    • Back up and restore data
    • Archive revisions
    • Force client upgrades
    • SSL certificates
      • Create SSL certificates
      • Use SSL certificates
    • GitServer
    • Use SAML authentication with Microsoft Entra
  • Gluon
  • CLI and shortcut references
  • Release Notes
  1. Unity Version Control (previously Plastic SCM)

Use SSL certificates

Use SSL certificates to encrypt your network traffic from end to end.
읽는 시간 3분
최근 업데이트: 10달 전

Use SSL certificates to end to end encrypt your Unity Version Control (UVCS) network traffic. Refer to more information on how to create SSL certificates.

Use the SSL certificate for the UVCS secure channel

By default, the UVCS server SSL channel is configured to listen on port 8088 with the default SSL UVCS SSL certificate.
To use your own self-signed certificate, edit the
network.conf
file, located in the UVCS server directory. Modify the following values:
  • Edit
    sslPfxFile
    to use your
    .pfx
    certificate.
  • Edit
    sslPfxFilePassword
    to specify the certificate password. To encrypt the password, use the
    cm crypt
    command and use the cypher value instead.
Save the
network.conf
file and restart the UVCS server to apply the changes.

Example configuration file

The following example shows the server
network.conf
file that uses the new
Tardis.pfx
certificate and the ciphered password:
[ { "Port" : 8087, "Type" : "Tcp", "Security" : "None", "ReuseAddress" : true }, { "Port" : 8088, "Type" : "Tcp", "Security" : "Ssl", "SslPfxFile" : "Tardis.pfx", "SslPfxFilePassword" : "|SoC|2ogBDa8GmifTjC7UKp4KuoF0/jWYlXy2", "ReceiveTimeoutMsec" : 5000, "SendTimeoutMsec" : 5000, "ReceiveBufferSizeBytes" : -1, "SendBufferSizeBytes" : -1, "ReuseAddress" : true }]

Accept and install SSL certificates

You can install the SSL certificates in the following ways:
  • UVCS GUI
  • CLI
  • Manual installation

Use the UVCS GUI

The first time your UVCS GUI uses the SSL port to connect to the UVCS server, the GUI displays a dialog window that prompts you to accept and install the new UVCS server certificate.
Select Yes to add the key to your UVCS key store.

Use the CLI

When you use the UVCS CLI tool, the CLI prompts you to accept and install the UVCS server certificate. Enter
Y
to select
Yes
and add the key to your UVCS key store.

Use manual installation

In some situations, you need to accept and install the SSL certificate without your UVCS client. For example, for a replication operation, the UVCS server needs to connect with another UVCS server and since the server itself can't accept a certificate, you need to install the
.cer
file manually.
참고
The certificate that you install is only valid for the system user that accepts the certificate on the server. If you need to install a certificate for the UVCS server to use, then you need to run the UVCS server or daemon as an Administrator or root user.

Manually install on a Windows server

  1. Open the
    certmgr.msc
    tool to install the certificate files (
    .cer
    ) that can be read by external applications.
  2. Select Action > All tasks > Import.
  3. Select Browse to specify the location of the certificate file.
  4. Select Next to place the certificate file in the Plastic Client store.
  5. Select Finish to install the certificate.
To confirm that the certificate is installed correctly, expand the Plastic Client store to display the installed certificates.

Manually install on a macOS server

To install the certificate on a macOS server, copy the
.cer
file to a directory. Use the following directory path:
/Users/<Your_User>/.config/.mono/certs/Plastic Client
.
참고
This only installs the certificate for the system user
<Your_User>
. If you need to install certificates for other users, repeat the process for each of those users.

Additional resources

  • Create SSL certificates.

Copyright © 2026 Unity Technologies
법률 정보개인정보 처리방침쿠키Documentation Terms of Use개인 정보 판매 또는 공유 금지개인정보 보호 선택(쿠키 설정)

'Unity', Unity 로고 및 기타 Unity 상표는 미국 및 기타 지역 내 Unity Technologies 또는 그 계열사의 상표 또는 등록상표입니다(자세한 내용은 여기에서 확인하세요). 기타 명칭 또는 브랜드는 해당 소유자의 상표입니다.

일부 페이지는 편의를 위해 기계 번역되었으며 부정확한 내용이 있을 수 있습니다. 정보가 상충되는 경우, 영어 버전을 우선으로 참조하세요.

  • 보고 있는 페이지
    • Use the SSL certificate for the UVCS secure channel

      • Example configuration file

    • Accept and install SSL certificates

      • Use the UVCS GUI

      • Use the CLI

      • Use manual installation

        • Manually install on a Windows server

        • Manually install on a macOS server

    • Additional resources


이 페이지의 문제 보고