OLD | NEW |
1 { | 1 { |
2 "certificate_pattern": { | 2 "certificate_pattern": { |
3 "EnrollmentURI": [ | 3 "EnrollmentURI": [ |
4 "my.enrollment.url" | 4 "my.enrollment.url" |
5 ], | 5 ], |
6 "IssuerCARef": [ | 6 "IssuerCAPEMs": [ |
7 "def", | 7 "pem1", |
8 "abc" | 8 "pem2" |
9 ], | 9 ], |
10 "Subject": { | 10 "Subject": { |
11 "CommonName": "common_name", | 11 "CommonName": "common_name", |
12 "Locality": "locality", | 12 "Locality": "locality", |
13 "Organization": "organization", | 13 "Organization": "organization", |
14 "OrganizationalUnit": "unit" | 14 "OrganizationalUnit": "unit" |
15 } | 15 } |
16 }, | 16 }, |
17 "certificate_type": "pattern", | 17 "certificate_type": "pattern", |
18 "onc_source": "user_policy" | 18 "onc_source": "user_policy" |
19 } | 19 } |
OLD | NEW |