mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-21 13:23:36 +00:00
reconcile
This commit is contained in:
@ -3,7 +3,7 @@ title: Install digital certificates on Windows 10 Mobile (Windows 10)
|
|||||||
description: Digital certificates bind the identity of a user or computer to a pair of keys that can be used to encrypt and sign digital information.
|
description: Digital certificates bind the identity of a user or computer to a pair of keys that can be used to encrypt and sign digital information.
|
||||||
ms.assetid: FF7B1BE9-41F4-44B0-A442-249B650CEE25
|
ms.assetid: FF7B1BE9-41F4-44B0-A442-249B650CEE25
|
||||||
keywords: S/MIME, PFX, SCEP
|
keywords: S/MIME, PFX, SCEP
|
||||||
ms.prod: W10
|
ms.prod: w10
|
||||||
ms.mktglfcycl: deploy
|
ms.mktglfcycl: deploy
|
||||||
ms.sitesec: library
|
ms.sitesec: library
|
||||||
ms.pagetype: security
|
ms.pagetype: security
|
||||||
@ -22,10 +22,13 @@ Certificates in Windows 10 Mobile are primarily used for the following purposes
|
|||||||
- To authenticate a user to a reverse proxy server that is used to enable Microsoft Exchange ActiveSync (EAS) for email.
|
- To authenticate a user to a reverse proxy server that is used to enable Microsoft Exchange ActiveSync (EAS) for email.
|
||||||
- For installation and licensing of applications (from the Windows Phone Store or a custom company distribution site).
|
- For installation and licensing of applications (from the Windows Phone Store or a custom company distribution site).
|
||||||
|
|
||||||
|
|
||||||
**Warning**
|
**Warning**
|
||||||
In Windows 10, Version 1607, if you have multiple certificates provisioned on the device and the Wi-Fi profile provisioned does not have a strict filtering criteria, you may see connection failures when connecting to Wi-Fi. [Learn more about this known issue in Version 1607](http://go.microsoft.com/fwlink/p/?LinkId=786764)
|
In Windows 10, Version 1607, if you have multiple certificates provisioned on the device and the Wi-Fi profile provisioned does not have a strict filtering criteria, you may see connection failures when connecting to Wi-Fi. [Learn more about this known issue in Version 1607](http://go.microsoft.com/fwlink/p/?LinkId=786764)
|
||||||
|
|
||||||
## Install certificates using Internet Explorer
|
|
||||||
|
## Install certificates using Microsoft Edge
|
||||||
|
|
||||||
|
|
||||||
A certificate can be posted on a website and made available to users through a device-accessible URL that they can use to download the certificate. When a user accesses the page and taps the certificate, it opens on the device. The user can inspect the certificate, and if they choose to continue, the certificate is installed on the Windows 10 Mobile device.
|
A certificate can be posted on a website and made available to users through a device-accessible URL that they can use to download the certificate. When a user accesses the page and taps the certificate, it opens on the device. The user can inspect the certificate, and if they choose to continue, the certificate is installed on the Windows 10 Mobile device.
|
||||||
|
|
||||||
@ -45,7 +48,7 @@ Windows 10 Mobile supports root, CA, and client certificate to be configured vi
|
|||||||
3. The trusted CA certificate is installed directly during MDM request.
|
3. The trusted CA certificate is installed directly during MDM request.
|
||||||
4. The device accepts certificate enrollment request.
|
4. The device accepts certificate enrollment request.
|
||||||
5. The device generates private/public key pair.
|
5. The device generates private/public key pair.
|
||||||
6. The device connects to Internet facing point exposed by MDM server.
|
6. The device connects to Internet-facing point exposed by MDM server.
|
||||||
7. MDM server creates a certificate that is signed with proper CA certificate and returns it to device.
|
7. MDM server creates a certificate that is signed with proper CA certificate and returns it to device.
|
||||||
|
|
||||||
> **Note:** The device supports the pending function to allow server side to do additional verification before issuing the cert. In this case, a pending status is sent back to the device. The device will periodically contact the server, based on preconfigured retry count and retry period parameters. Retrying ends when either:
|
> **Note:** The device supports the pending function to allow server side to do additional verification before issuing the cert. In this case, a pending status is sent back to the device. The device will periodically contact the server, based on preconfigured retry count and retry period parameters. Retrying ends when either:
|
||||||
|
Reference in New Issue
Block a user