ReferenceCoreInstalling Certificates

Installing Certificates

Deploying a Synnax Core to production

This page is a guide on how to efficiently install CA certificates on client machines to enable communication with a Synnax Core using a self-signed certificate. Select your operating system below.

Windows

macOS

Windows

To start off, you’ll need to pull the CA certificate from the Core. Once you have the certificate, you can install it using the Import-Certificate command. Note that you may need to open PowerShell as an administrator to run the command.

Import-Certificate -FilePath PATH_TO_CA_CRT -CertStoreLocation Cert:\LocalMachine\Root