In order to utilize some secure services with Isreal Consulting, our Root Certificate Authority certificate must be installed as a trusted Certificate Authority.
- Download and unzip/extract the ZIP file and run ICLLC-CertSetup.exe
- You may get a warning when running this file!
It is okay to click Run Anyway or Continue.
Manual Install
Here are the instructions to manually install the Certificate Authority certificates.
Linux (Ubuntu, Linux Mint, Debian)
- First, open a command line terminal and install the ca-certificates software package with apt:
sudo apt install ca-certificates
- Next, download and copy the ICLLC CA certificate file and ICLLC Intermediate CA file to the /usr/local/share/ca-certificates directory:
wget https://cert-ca.icllc.cc/ca.crt
wget https://cert-ca.icllc.cc/inter.crt
sudo cp ca.crt /usr/local/share/ca-certificates
sudo cp inter.crt /usr/local/share/ca-certificates
- Lastly, we need to update the certificate list in order for the changes to take effect by running the command:
sudo update-ca-certificates
Windows
It is highly recommended to download and install!
Click link at top of this page.
- First, download the ICLLC CA Root certificate file and ICLLC Intermediate CA file by clicking the links. You should also download the code signing certificate.
- Next, add the Certificate to the Windows certificate store as a trusted Certification Authority.
Use Windows PowerShell (be sure to change path below to correct location)
Import-Certificate -FilePath "C:\Users\user\Downloads\ca.crt" -CertStoreLocation Cert:\LocalMachine\Root\
Import-Certificate -FilePath "C:\Users\user\Downloads\inter.crt" -CertStoreLocation Cert:\LocalMachine\CA\
Import-Certificate -FilePath "C:\Users\user\Downloads\code.crt" -CertStoreLocation Cert:\LocalMachine\TrustedPublisher\
Mac
- First, download the ICLLC CA certificate file and ICLLC Intermediate CA file.
- Next, add the Certificate to the Mac Keychain as a trusted Certification Authority.
Type "Keychain Access" in the Spotlight search box, opened by clicking the magnifying glass in the top right of macOS.
- Click the icon to launch the app, then click the "File" menu and "Import Items."
- Browse to find the root certificate file, and choose "System" in the "Destination Keychain" drop-down menu.
- Enter your password if prompted to do so, and log in and out of the computer, or restart it.
If the certificate doesn't seem to be immediately trusted - for example, you're receiving warnings or errors attempting to access resources - reopen "Keychain Access." Right-click the certificate and click "Get Info." Open the "Trust" menu, and under "When Using This Certificate," check "Always Trust."
Firefox Browser
Although Firefox version 120 and above now automatically uses trusted certificates from your operating system, here is an article regarding the topic:
ICLLC CA Cert Home
© 2025 Isreal Consulting, LLC - ICLLC. All rights reserved.