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

Side by Side Diff: chrome/test/data/extensions/api_test/certificate_provider/ca.cnf

Issue 1232553003: Add new certificateProvider extension API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased. Created 5 years, 3 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
1 [ca] 1 [ca]
2 default_ca = CA_root 2 default_ca = CA_root
3 preserve = yes 3 preserve = yes
4 4
5 # The default test root, used to generate certificates and CRLs. 5 # The default test root, used to generate certificates and CRLs.
6 [CA_root] 6 [CA_root]
7 dir = out 7 dir = out
8 key_size = 2048 8 key_size = 2048
9 algo = sha256 9 algo = sha256
10 cert_type = root 10 cert_type = root
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 [req] 48 [req]
49 default_bits = 2048 49 default_bits = 2048
50 default_md = sha256 50 default_md = sha256
51 string_mask = utf8only 51 string_mask = utf8only
52 prompt = no 52 prompt = no
53 encrypt_key = no 53 encrypt_key = no
54 distinguished_name = dn 54 distinguished_name = dn
55 55
56 [dn] 56 [dn]
57 CN = $ENV::CN 57 CN = $ENV::CN
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698