Uniform certificate installer
לעברית לחצו כאן
To switch from edit view to read view
Home page > Security certificate > Uniform certificate > Uniform certificate installer
Installation Guides:
Windows Operating System:
Standard Installation:
Click here to install the certificate using the standard method
❕ The certificate must be installed separately on every computer connected to NetFree!
Manual Installation:
If the standard installation does not work, try installing the certificates manually.
Follow the instructions in the manual certificate installation guide:
Installing certificate on computer manually - new
Linux:
General Installation on Linux:
Use the following command for these certificates:
curl -sL https://netfree.link/cacert/united/x2/unix.sh | sudo sh
Sometimes the curl command is not installed on the system, and in that case the command will fail with the message: Command 'curl' not found.
To fix this, install curl using:
sudo sh -c "(apt update && apt install -y curl) || yum install -y curl || apk add curl"
Then run the original command again.
Installation in Chrome, Edge, Firefox on Linux:
Follow the regular guides:
Installation of certificate in Chrome browser in Linux
Installation of certificate in Firefox browser
Installation of certificate in Microsoft Edge on Linux
However, you must install all 5 certificates from the list below, not from the standard link in those guides.
Installation in Docker:
Follow the regular guide Installation of certificate in Docker But change the certificate source URL to:
https://netfree.link/cacert/united/x2/unix.sh
Minikube:
Use the following commands:
minikube ssh curl -sL <no link yet> | sudo -E bash - sudo /etc/init.d/docker restart exit
Mac Computers (macOS):
Search for an application called "Terminal", open it, and paste the following command:
curl -sL https://netfree.link/cacert/united/x2/macos.zsh | zsh
or
curl -sL https://netfree.link/cacert/united/x2/macos.zsh | sudo zsh
Android and Emulators:
Simple Installation:
Install according to the guides listed here: Security certificate
However, you must install all 5 certificates from the list below, not from the standard link in the guide.
Installation on Emulators and Rooted Android Devices:
Using Magisk Module:
If you are using the Magisk module for security certificates, and your Android version is below 14.0, download the new module version (from here)[<no link yet>]. Open the Magisk app → Modules, remove the existing module. Then install the downloaded file from storage and reboot the device.
If your device is Android 14.0 or higher, download (this file)[<no link yet>] and follow the same instructions above.
Manual Installation:
Download the following file and extract the 5 certificates from it:
https://netfree.link/cacert/united/x2/android.zip
Place them in the system certificates directory (usually: system/etc/security/cacerts/)
Certificate List:
https://netfree.link/cacert/united/x2/root_ca_x2_rsa.crt
https://netfree.link/cacert/united/x2/root_ca_x2_ed25519.crt
https://netfree.link/cacert/united/x2/root_ca_x2_prime256v1.crt
https://netfree.link/cacert/united/x2/root_ca_x2_secp384r1.crt
https://netfree.link/cacert/united/x2/root_ca_x2_rsa_2037.crt
Bundle file of all certificates for use in various applications:
<no link yet>
Certificate Validation Test:
After installation (and restarting your browser), make sure the installation was successful.
Go to this link:
https://testnewcert.internal.netfree.link/user/0
If you receive a security error (for example: click here), then the certificate was not installed correctly.