Files
apple_device-management/examples/declarative/declarations/assets/credentials/scep/example1.json
T
Cyrus Daboo 9468f879c3 Seed1
2026-06-12 16:19:29 -04:00

18 lines
577 B
JSON

{
"URL": "https://example.com/scep",
"Name": "This is a ClientIdentifier",
"Subject": [[["C", "US"]], [["O", "Example Inc."]], [["1.2.840.113635.100.6.99999.99999", "test custom OID value"]]],
"Challenge": "1E857F393D01EAE47E4A4AC2D8B8CFE4",
"Keysize": 2048,
"Key Type": "RSA",
"Key Usage": 5,
"Retries": 3,
"RetryDelay": 10,
"SubjectAltName": {
"dNSName": "site.example.com",
"rfc822Name": "rfc822",
"uniformResourceIdentifier": "https://www.example.com/",
"ntPrincipalName": "Principal Example"
}
}