mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
add subject to scep payload (#8267)
This commit is contained in:
parent
56f3cb62ef
commit
d11db25ba9
@ -706,6 +706,11 @@ var enrollmentProfileMobileconfigTemplate = template.Must(template.New("").Parse
|
||||
<integer>2048</integer>
|
||||
<key>URL</key>
|
||||
<string>{{ .SCEPURL }}</string>
|
||||
<key>Subject</key>
|
||||
<array>
|
||||
<array><array><string>O</string><string>FleetDM</string></array></array>
|
||||
<array><array><string>CN</string><string>FleetDM Identity</string></array></array>
|
||||
</array>
|
||||
</dict>
|
||||
<key>PayloadIdentifier</key>
|
||||
<string>com.fleetdm.fleet.mdm.apple.scep</string>
|
||||
|
Loading…
Reference in New Issue
Block a user