mirror of
https://github.com/apple/device-management.git
synced 2026-07-10 21:13:42 +02:00
20 lines
629 B
JSON
20 lines
629 B
JSON
{
|
|
"DirectoryURL": "https://example.com/acme/dir",
|
|
"ClientIdentifier": "This is a ClientIdentifier",
|
|
"KeySize": 384,
|
|
"KeyType": "ECSECPrimeRandom",
|
|
"HardwareBound": true,
|
|
"Subject": [[["C", "US"]], [["O", "Example Inc."]], [["1.2.840.113635.100.6.99999.99999", "test custom OID value"]]],
|
|
"SubjectAltName": {
|
|
"dNSName": "site.example.com",
|
|
"rfc822Name": "rfc822",
|
|
"uniformResourceIdentifier": "https://www.example.com/",
|
|
"ntPrincipalName": "Principal Example"
|
|
},
|
|
"UsageFlags": 5,
|
|
"ExtendedKeyUsage": [
|
|
"1.3.6.1.5.5.7.3.2"
|
|
],
|
|
"Attest": true
|
|
}
|