mirror of
https://github.com/apple/device-management.git
synced 2026-02-12 21:03:12 +00:00
50 lines
1.1 KiB
YAML
50 lines
1.1 KiB
YAML
title: Security:Certificate
|
|
description: Use this configuration to add a certificate to the device.
|
|
payload:
|
|
declarationtype: com.apple.configuration.security.certificate
|
|
supportedOS:
|
|
iOS:
|
|
introduced: '17.0'
|
|
allowed-enrollments:
|
|
- device
|
|
- user
|
|
- local
|
|
allowed-scopes:
|
|
- system
|
|
sharedipad:
|
|
allowed-scopes:
|
|
- system
|
|
- user
|
|
macOS:
|
|
introduced: '14.0'
|
|
allowed-enrollments:
|
|
- device
|
|
- user
|
|
- local
|
|
allowed-scopes:
|
|
- system
|
|
- user
|
|
tvOS:
|
|
introduced: '17.0'
|
|
allowed-enrollments:
|
|
- device
|
|
- local
|
|
allowed-scopes:
|
|
- system
|
|
watchOS:
|
|
introduced: '10.0'
|
|
allowed-enrollments:
|
|
- device
|
|
- local
|
|
allowed-scopes:
|
|
- system
|
|
payloadkeys:
|
|
- key: CredentialAssetReference
|
|
title: Credential asset reference
|
|
type: <string>
|
|
assettypes:
|
|
- com.apple.asset.credential.certificate
|
|
presence: required
|
|
content: Specifies the identifier of an asset declaration that contains the certificate
|
|
to install.
|