For your devices to establish a secure connection to the RADIUS server, you need to distribute the RADIUS server’s CA certificate to your devices.
Download Your RADIUS Server CA Certificates
The first step is to download the CA certificate(s) to your local machine. Depending on how you set up your server certificate in EZRADIUS, the steps may vary slightly.
If you used the EZRADIUS auto-generated certificate for your RADIUS server, you’ll just have a single CA certificate to download. Follow these steps:
-
Log in to your EZRADIUS portal.
-
Navigate to Policies.
-
Select the policy you are using for Entra ID Password Authentication.
-
Scroll down to the Server Certificate section.
-
Click on the Download CA Certificate button to download the certificate to your local machine. It will have a filename similar to
RootCA.cer.
If you used the EZRADIUS EZCA to issue your RADIUS server certificate, you’ll need to download the the CA certificate for your EZCA CA, plus the Root CA certificate, if applicable. Follow these steps:
-
Log in to your EZCA portal.
-
Navigate to Certificate Authorities.
-
Select the CA that issued your RADIUS server certificate.
-
Click on the View Details button.
-
Click on the Download Certificate button to download the CA certificate to your local machine. It will have a filename similar to
<CA-NAME>.cer. -
If your EZCA CA is an intermediate CA, make sure to also download the Root CA certificate by repeating the above steps for the Root CA.
Refer to your PKI documentation to download the CA certificate(s) that issued your RADIUS server certificate. Ensure you have the root CA and any intermediate CA certificates if applicable.
Push the CA Certificates to Your Devices via Intune
Now that you have the CA certificate(s) downloaded, the next step is to push them to your devices’ Trusted Store using Intune.
-
Now, go to your Intune portal: https://aka.ms/Intune
-
Click on Devices.

-
Select the OS/platform you want to configure. In this case we will select Windows, but the setup is similar for other OS platforms.
-
Click on Configuration Profiles.

-
Click on the + Create button at the top of the list, then + New Policy.

-
Under “Create a profile”, select:
- Platform: Windows 10 and later
- Profile type: Templates
- Template name: Trusted certificate
-
Fill out the profile Basics:
- Name: Friendly name for your organization
- Description: Description for your organization

-
Click on Next.
-
Fill in the Configuration settings:
- Certificate file: Select the CA certificate you downloaded earlier from EZRADIUS (
RootCA.cer). - Destination store: Select the appropriate store based on the type of CA certificate:
- Computer certificate store - Root (if a root CA certificate)
- Computer certificate store - Intermediate (if an intermediate CA certificate).

- Certificate file: Select the CA certificate you downloaded earlier from EZRADIUS (
-
Click on Next.
-
Select the users, groups or devices you want to deploy this profile to.
-
Click on Next.
-
Add any Applicability Rules if needed, then click on Next.
-
Click on Create to finish creating the profile.
-
Repeat the above steps if you have both a root CA and an intermediate CA certificate to deploy.