
Nxfilter ssl filter download#
(If you are a Managed Services Provider, you have a separate certificate file which you can download from the Tools section of the dashboard.) wget -P ~/Downloads The SSL certificate can be installed on MacOS via the shell commands listed below. (this was taken from a relevant Microsoft article) Installing on MacOS

Nxfilter ssl filter install#
The steps to install the DNSFilter SSL certificate on Active Directory are:

Managed Services Providers (MSPs) have a different certificate file, but the install procedure is the same. (Keep in mind your Group Policy OU may be different) The setup for this takes only a few minutes and is illustrated in this clip and documented below. Organizations that utilize Active Directory can use Group Policy to push the DNSFilter root certificate across their infrastructure.
Nxfilter ssl filter windows#
SSL Certificates are installed automatically if you are using the Windows Roaming Client. If(Test-Path "C:\Program Files\Mozilla Firefox\defaults\pref\") Deploying with Active Directory & certutil -addstore -enterprise -f "Root" $File This is mostly for MSP's who need to mass deploy the certificate with their RMM tool. The following PowerShell script will download the certificate to the temp folder, and then install it to the system and enable Firefox to use the system certificate store. (Credit to Thomas Leister) ECHO pref("security.enterprise_roots.enabled", true) > "C:\Program Files\Mozilla Firefox\defaults\pref\firefox-windows-truststore.js"įor more information on Firefox installation, please refer to this documentation.

User is prevented and receives block notification. You do NOT need to install the SSL certificate with the roaming agent, as it comes installed with it already! To summarize, they will NOT be presented with the block page without the SSL cert installed for network deployments on HTTPS websites (This is because of how HTTPS operates and is why SSL certificates are a technical requirement for any filtering provider). Without certificate installation, the user will receive an error in their browser when attempting to visit blocked sites. It is utilized to display block page messages when users attempt to visit websites that are blocked in your Policy. Installation of the DNSFilter SSL Root certificate is optional.
