Files
apple_device-management/mdm/profiles/com.apple.security.pem.yaml
Cyrus Daboo 97a11a861f Seed2
2026-06-22 15:55:19 -04:00

60 lines
1.5 KiB
YAML

title: Certificate (PEM)
description: The payload that configures a PEM-formatted certificate.
payload:
payloadtype: com.apple.security.pem
supportedOS:
iOS:
introduced: '4.0'
multiple: true
supervised: false
allowmanualinstall: true
sharedipad:
mode: allowed
devicechannel: true
userchannel: false
userenrollment:
mode: allowed
macOS:
introduced: '10.7'
multiple: true
devicechannel: true
userchannel: true
supervised: false
requiresdep: false
userapprovedmdm: false
allowmanualinstall: true
userenrollment:
mode: allowed
tvOS:
introduced: '9.0'
multiple: true
supervised: false
allowmanualinstall: true
visionOS:
introduced: '1.0'
multiple: true
supervised: false
allowmanualinstall: true
userenrollment:
mode: allowed
watchOS:
introduced: '3.0'
multiple: true
allowmanualinstall: true
content: PEM-encoded certificate without private key. May contain root certificates.
payloadkeys:
- key: PayloadCertificateFileName
title: Payload certificate filename
type: <string>
presence: optional
content: The file name of the enclosed certificate.
- key: PayloadContent
title: Payload certificate data
type: <data>
presence: required
content: The binary representation of the payload, encoded in Base64.
examples:
- title: Example profile
files:
- file: examples/mdm/profiles/com.apple.security.pem/example1.plist