AssetCredentialCertificate
A reference to one PKCS #1 or PEM encoded certificate.
Declaration
object AssetCredentialCertificateProperties
| Name | Type | Description |
|---|---|---|
Authentication | AssetCredentialCertificateAuthenticationObject | The server authentication details. If this key is absent, the default authentication type is MDM. |
Reference Required | AssetCredentialCertificateReferenceObject | The external reference. Ensure the asset data contains exactly one certificate. If the PEM data contains more than one certificate, the system installs the first certificate and ignores the rest. Ensure that the asset data uses a media type of |
Discussion
Specify com.apple.asset.credential.certificate as the declaration type.
Asset example
{
"Type": "com.apple.asset.credential.certificate",
"Identifier": "EB13EE2B-5D63-4EBA-810F-5B81D07F5017",
"ServerToken": "E180CA9A-F089-4FA3-BBDF-94CC159C4AE8",
"Payload": {
"Reference": {
"DataURL": "https://example.com/asset-data/certificates/cert.pem",
"ContentType": "application/pem"
}
}
}