Skip Navigation

Mono for Windows steps

The steps below use Windows 10 as an example.
  1. In the Start menu, right-click
    Open Mono x64 Command Prompt
    and select
    More > Run as administrator
    . Please refer to Mono's documentation here for more information.
  2. Change directories to the location where your certificate is stored.
    The certificate needs to be in PEM format.
    The certificate required is the one used to sign the certificate and key for your
    CylanceHYBRID
    virtual appliance.
  3. After you change directories, enter the cert-sync command:
    cert-sync <YOURCERTIFICATE>
    where <YOURCERTIFICATE> should be replaced with your certificate.
    Example Output: cert-sync rootCA.crt
  4. Mono stores the synced certificates in the ProgramData directory:
    C:\ProgramData\.mono\new-certs\Trust
    The mono certificate will look like this:
  5. On each Linux device that will use the appliance, create the following directory:
    /usr/share/.mono/new-certs/Trust
    This does not install mono on the target machine; you are just manually creating the directory.
    Please be aware that there is a period, ".", in front of ".mono".
    Example method to create the directory:
    mkdir -p /usr/share/.mono/new-certs/Trust
  6. Copy the synced certificate to the directory you created in the previous step for all target Linux machines.