Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7)

Side by Side Diff: chrome/test/data/chromeos/net/uidata_for_openvpn_clientcert.json

Issue 11664005: Extending the translation from ONC to Shill. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebased. Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 {
2 "certificate_pattern": {
3 "EnrollmentURI": [
4 "my.enrollment.url"
5 ],
6 "IssuerCARef": [
7 "def",
8 "abc"
9 ],
10 "Subject": {
11 "CommonName": "common_name",
12 "Locality": "locality",
13 "Organization": "organization",
14 "OrganizationalUnit": "unit"
15 }
16 },
17 "certificate_type": "pattern",
18 "onc_source": "user_policy"
19 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698