SecurityCertificate
The declaration to add a certificate to the device.
Declaration
object SecurityCertificateProperties
| Name | Type | Description |
|---|---|---|
CredentialAssetReference Required | string | The identifier of an asset declaration that contains the certificate to install. |
Discussion
Specify com.apple.configuration.security.certificate as the declaration type.
Configuration availability
Allowed in supervised enrollment | iOS, macOS, Shared iPad, tvOS, visionOS, watchOS |
Allowed in device enrollment | iOS, Shared iPad, tvOS, visionOS |
Allowed in user enrollment | iOS, macOS, Shared iPad, visionOS |
Allowed in local enrollment | iOS, macOS, Shared iPad, tvOS, visionOS, watchOS |
Allowed in system scope | iOS, macOS, Shared iPad, tvOS, visionOS, watchOS |
Allowed in user scope | macOS, Shared iPad |
Configuration example
{
"Type": "com.apple.configuration.security.certificate",
"Identifier": "EB13EE2B-5D63-4EBA-810F-5B81D07F5017",
"ServerToken": "E180CA9A-F089-4FA3-BBDF-94CC159C4AE8",
"Payload": {
"CredentialAssetReference": "A762DE40-2C43-4FE2-BC2E-B6EB2B571CF6"
}
}