Skip to main content
Skip table of contents

Root CA Certificate Installation Guide

To control web application access through WAC, the Root CA certificate must be installed on the user's local PC.

1. Certificate Download

Enter the following path in your web browser to download the appropriate Root CA certificate for your environment.

CODE
{QueryPie_Host}/api/user/wac/certificate/download

2. Certificate Installation

Install the downloaded Root CA certificate on your local PC.

Administrator privileges are required to configure the certificate.

MacOS

You can install the Root CA certificate using the Keychain Access app.

  1. Open the Keychain Access app via Spotlight.

  2. On the Keychain Access screen, drag and drop the downloaded certificate file. The newly installed QueryPie certificate is not trusted by default.

  3. Double-click the QueryPie certificate to open the modal, click on the Trust section to expand it, change When using this certificate to Always Trust, and then close the modal.

    스크린샷 2025-01-13 오후 8.13.20.png
  4. Additional authentication is required to change the system certificate trust settings.

  5. The newly installed QueryPie certificate is marked as trusted for all users.

    스크린샷 2025-01-13 오후 8.11.43.png

Alternatively, you can run the following command in the Terminal to set it up in the same way.

CODE
cd {Root CA Downloaded Path}
sudo security add-trusted-cert -d -r trustRoot -k /Library/Keychains/System.keychain qp-wac-rootCA.cer

Windows

You can install the Root CA certificate through the Certificate Import Wizard.

  1. Open the folder containing the downloaded Root CA certificate in Windows Explorer.

  2. Right-click the certificate file, select Install Certificate (I) from the context menu to start the Certificate Import Wizard.

  3. When the Certificate Import Wizard window opens, select Current User (C) for the store location and click the Next (N) button.

    스크린샷 2025-01-13 오후 8.26.45.png
  4. For the certificate store, select the Place all certificates in the following store (P) option and click the Browse (R)... button.

  5. When the Certificate Store Selection modal opens, select Trusted Root Certification Authorities. Leave the Show physical stores option unchecked and click the OK button.

    스크린샷 2025-01-13 오후 8.27.27.png
  6. Verify the certificate store settings and click the Next (N) button.

    스크린샷 2025-01-13 오후 8.27.38.png
  7. Review the configuration and click the Finish (F) button.

    스크린샷 2025-01-13 오후 8.31.30.png
  8. A security warning modal will appear. Click the Yes (Y) button to proceed with the certificate import. Once the import is complete, click the OK button in the completion modal.

    스크린샷 2025-01-13 오후 8.34.53.png

3. Chrome Certificate Settings Verification

To verify if the certificate has been properly set up, follow these steps:

  1. Open chrome://certificate-manager/localcerts in the Chrome browser.

  2. Click on View Certificates Imported from macOS or View Certificates Imported from Windows.

  3. In the list of trusted certificates, check for the querypie certificate.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.