mirror of
https://github.com/apple/device-management.git
synced 2026-07-10 21:13:42 +02:00
18 lines
577 B
JSON
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"
|
|
}
|
|
}
|