Skip to content
English - United States
  • There are no suggestions because the search field is empty.

Installing the Lumiun CA Certificate

How to install the Lumiun CA Certificate so that the lock page is displayed on websites with a secure connection (HTTPS).

The installation of the Lumiun Certificate Authority (CA) certificate is necessary for users to correctly view Lumiun DNS blocking pages when accessing websites with a secure connection (HTTPS).

About the Lumiun CA Certificate

  • Certificate file: Lumiun CA

  • Validity: until May 29, 2043.


How to install the Lumiun CA certificate

Installation guides by system

  1. Windows via PowerShell or Script
  2. Windows via graphical interface
  3. Windows via Group Policy (AD)
  4. Firefox on Windows
  5. iPhone / iOS
  6. Android
  7. Macbook / macOS

Windows via PowerShell or Script

  1. Open PowerShell as an administrator.
  2. Paste and run the commands below:
    $file = "C:\Windows\Temp\LumiunCA.crt"
    (New-Object System.Net.WebClient).DownloadFile("https://ldns.io/LumiunCA.crt", $file)
    certutil -addstore -enterprise -f "Root" $file

Windows via graphical interface

  1. Double-click the downloaded file to open the certificate window.
  2. Click Install Certificate.
  3. Select the Current User option and click Next.
  4. Select Place all certificates in the following store and click Browse. Select Trusted Root Certification Authorities and confirm. Click Next.
  5. Click Finish to confirm the installation.

Windows via Group Policy (AD)


Firefox on Windows

  1. Install the certificate on Windows by following these steps.
  2. Open Command Prompt or PowerShell as an administrator and run the following command.
    echo 'pref("security.enterprise_roots.enabled", true);' > "C:\Program Files\Mozilla Firefox\defaults\pref\roots.js"
  3. Restart Firefox for the setting to take effect.

iPhone / iOS

  1. Go to ldns.io/LumiunCA.crt using Safari.
  2. When asked if you want to allow the profile to be downloaded, tap Allow.
  3. Go to Settings General VPN, DNS, and Device Management Lumiun Root CA.
  4. Tap Install (enter your unlock code).
  5. A warning will appear, click Install and then Install again.
  6. Go to Settings General About Trusted Certificates and enable trust in the Lumiun Root CA certificate.

Android

  1. Access ldns.io/LumiunCA.crt using Chrome.
  2. After downloading, Android will ask for a name and purpose for the certificate.
  3. Fill in:
    • Name: Lumiun CA
    • Used for: VPN and applications

Macbook / macOS

  1. Open Terminal (Launchpad → type “Terminal”).
  2. Run the commands below.
    curl -o /tmp/LumiunCA.crt https://ldns.io/LumiunCA.crt
    sudo security add-trusted-cert -d -p ssl -p basic -r trustRoot -k /Library/Keychains/System.keychain /tmp/LumiunCA.crt
  3. Enter your user password and authorize the change in trust settings.