AAD / Intune Certificate Authority

RASH MAAR 421 Reputation points
2020-10-27T16:20:32.85+00:00

Hi,

We have multiple internal systems that used authentication by Certificate (Client & Machines).

We need a procedure of how to deployed/request to all windows 10 machines those certifications:

All windows 10 machines need to receive our RootCA cert and installed under " trusted root certification authorities " .

All windows 10machines need To request Client Cert and Machines Cert singe by our RootCA and installed under Personal.

What is the right way to do it? We manage the computers using Intune.

Thanks

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,560 questions
Windows 10 Security
Windows 10 Security
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Security: The precautions taken to guard against crime, attack, sabotage, espionage, or another threat.
2,747 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,298 questions
0 comments No comments
{count} votes

Accepted answer
  1. CiciWu-MSFT 1,196 Reputation points
    2020-10-28T01:07:39.09+00:00

    Certificates provide authenticated access without delay through the following two phases:
    • Authentication phase: The user’s authenticity is checked to confirm the user is who they claim to be.
    • Authorization phase: The user is subjected to conditions for which a determination is made on whether the user should be given access.
    Typical use scenarios for certificates include:
    • Network authentication (for example, 802.1x) with device or user certs
    • Authenticating with VPN servers using device or user certs
    • Signing e-mail based on user certs
    Intune supports Simple Certificate Enrollment Protocol (SCEP), Public Key Cryptography Standards (PKCS), and imported PKCS certificates as methods to provision certificates on devices. The different provisioning methods have different requirements, and results. For example:
    • SCEP provisions certificates that are unique to each request for the certificate.
    • With PKCS, a user can have the same certificate provisioned on each device they use.
    • With Imported PKCS, you can deploy the same certificate that you’ve exported from a source, like an email server, to multiple recipients. This shared certificate is useful to ensure all your users or devices can then decrypt emails that were encrypted by that certificate.
    To provision a user or device with a specific type of certificate, Intune uses a certificate profile.
    In addition to the three certificate types and provisioning methods, you’ll need a trusted root certificate from a trusted Certification Authority (CA). The CA can be an on-premises Microsoft Certification Authority, or a third-party Certification Authority. The trusted root certificate establishes a trust from the device to your root or intermediate (issuing) CA from which the other certificates are issued. To deploy this certificate, you use the trusted certificate profile, and deploy it to the same devices and users that will receive the certificate profiles for SCEP, PKCS, and imported PKCS.
    Reference: https://learn.microsoft.com/en-us/mem/intune/protect/certificates-configure

    Here is the configuration guide:

    Configure a trusted certificate profile
    Configure infrastructure to support SCEP certificates with Intune
    Configure and manage PKCS certificates with Intune
    Create a PKCS imported certificate profile


    If an Answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. VipulSparsh-MSFT 16,231 Reputation points Microsoft Employee
    2020-10-28T03:53:57.757+00:00

    @RASH MAAR Intune can deliver the certificates to your Windows 10 devices.

    You can have 2 different certificate profile from Intune Service To Devices.

    1. Trusted Certificate profile
    2. SCEP profile for Device/user Auth

    -----------------------------------------------------------------------------------------------------------------

    If the suggested response helped you resolve your issue, please do not forget to accept the response as Answer and "Up-Vote" for the answer that helped you for benefit of the community.

    1 person found this answer helpful.
    0 comments No comments