AssetCredentialCertificate
A reference to a PKCS #1 or PEM encoded certificate.
Declaration
object AssetCredentialCertificateProperties
| Name | Type | Description |
|---|---|---|
Authentication | AssetCredentialCertificateAuthenticationObject | The server authentication details. |
Reference Required | AssetCredentialCertificateReferenceObject | The external reference. 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"
}
}
}