
Distribute certificates to Apple devices
You can manually distribute certificates to iPhone and iPad devices. When users receive a certificate, they tap to review the contents, then tap to add the certificate to the device. When an identity certificate is installed, users are asked for the password that protects it. If a certificate’s authenticity can’t be verified, it’s shown as untrusted, and the user can decide whether to add it to the device.
You can manually distribute certificates to Mac computers. When users receive a certificate, they double-click it to open Keychain Access and review the contents. If the certificate matches expectations, users select the desired keychain and click the Add button. Most user certificates need to be installed in the Login Keychain. When an identity certificate is installed, users are asked for the password that protects it. If a certificate’s authenticity can’t be verified, it’s shown as untrusted, and the user can decide whether to add it to the Mac.
Some certificate identities can be automatically renewed on Mac computers. For more information, see the Apple Support article Automatically renew certificates delivered via a configuration profile.
Install certificates using configuration profiles
iOS, iPadOS, and macOS support these methods to deploy certificate identities with configuration profiles:
PKCS #12 identity certificate: If the identity is being provisioned off the device on behalf of the user or device, it can be packed into a PKCS #12 file (.p12 or .pfx) and protected with a password. If the payload contains the password, the identity can be installed without prompting the user for it.
Automated Certificate Management Environment (ACME): The device obtains certificates from a certificate authority (CA) for Apple devices enrolled in a mobile device management (MDM) solution. This requires Managed Device Attestation and installation by an MDM solution.
Simple Certificate Enrollment Protocol (SCEP): The device places the certificate signing request directly to an enrollment server. With this technique, the private key remains only on the device.
Active Directory certificate (macOS): By configuring the Active Directory Certificate payload, macOS places a certificate signing request (CSR) directly with an Active Directory Certificate Services-server issuing CA via Remote Procedure Call (RPC). You can enroll machine identities using the credentials of the Mac computer’s object in Active Directory. Users can supply their credentials as part of the enrollment process to provision individual identities. Using the ADCertificate payload, administrators have additional control of private key usage and the certificate template for enrollment. As with SCEP, the private key remains on device.
To associate services with a particular identity for iOS and iPadOS, configure a SCEP or certificate payload, and then configure the desired service in the same configuration profile. For example, a SCEP payload can be configured to provision an identity for the device, and in the same configuration profile, a Wi-Fi payload can be configured for WPA2 Enterprise/EAP-TLS using the device certificate resulting from the SCEP enrollment for authentication.
To associate services with a particular identity in macOS, configure an Active Directory Certificate, SCEP, or certificate payload, then configure the desired service in the same configuration profile. For example, you can configure an ADCertificate payload to provision an identity for the device, and in the same configuration profile, a Wi-Fi payload can be configured for WPA2 Enterprise EAP-TLS using the device certificate that results from the ADCertificate enrollment for authentication.
Install certificates using Mail or Safari
You can send a certificate as an attachment to a mail message or host a certificate on a secure website where users download the certificate on their Apple devices.
Remove and revoke certificates
A mobile device management (MDM) solution can view all certificates on a device and remove any certificates it has installed.
Additionally, the Online Certificate Status Protocol (OCSP) is supported to check the status of certificates. When an OCSP-enabled certificate is used, iOS, iPadOS, and macOS periodically validate it to make sure it hasn’t been revoked.
To revoke certificates using a configuration profile, see Certificate Revocation MDM payload settings.
To manually remove an installed certificate in iOS and iPadOS, go to Settings > General > Device Management, select a profile, tap More Details, then tap the certificate to remove it. If you remove a certificate that’s required for accessing an account or network, the iPhone or iPad can no longer connect to those services.
To manually remove an installed certificate in macOS, launch the Keychain Access app, then search for the certificate. Select it, then delete it from the keychain. If you remove a certificate that’s required for accessing an account or network, the Mac can no longer connect to those services.