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

Side by Side Diff: net/data/ssl/scripts/ee.cnf

Issue 1554793002: Add a new test certificate for *.example.org as wildcard.pem (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix README Created 4 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
« no previous file with comments | « net/data/ssl/certificates/wildcard.pem ('k') | net/data/ssl/scripts/generate-test-certs.sh » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 SUBJECT_NAME = req_dn 1 SUBJECT_NAME = req_dn
2 KEY_SIZE = 2048 2 KEY_SIZE = 2048
3 3
4 [req] 4 [req]
5 default_bits = ${ENV::KEY_SIZE} 5 default_bits = ${ENV::KEY_SIZE}
6 default_md = sha256 6 default_md = sha256
7 string_mask = utf8only 7 string_mask = utf8only
8 prompt = no 8 prompt = no
9 encrypt_key = no 9 encrypt_key = no
10 distinguished_name = ${ENV::SUBJECT_NAME} 10 distinguished_name = ${ENV::SUBJECT_NAME}
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 IP.1 = 127.0.0.2 53 IP.1 = 127.0.0.2
54 IP.2 = FE80::1 54 IP.2 = FE80::1
55 DNS = test.example 55 DNS = test.example
56 email = test@test.example 56 email = test@test.example
57 otherName = 1.2.3.4;UTF8:ignore me 57 otherName = 1.2.3.4;UTF8:ignore me
58 dirName = more_san_sanity 58 dirName = more_san_sanity
59 59
60 [req_spdy_pooling] 60 [req_spdy_pooling]
61 subjectAltName = @spdy_pooling 61 subjectAltName = @spdy_pooling
62 62
63 [req_wildcard]
64 subjectAltName = @wildcard
65
63 [more_san_sanity] 66 [more_san_sanity]
64 CN=127.0.0.3 67 CN=127.0.0.3
65 68
66 [spdy_pooling] 69 [spdy_pooling]
67 DNS.1 = www.example.org 70 DNS.1 = www.example.org
68 DNS.2 = mail.example.org 71 DNS.2 = mail.example.org
69 DNS.3 = mail.example.com 72 DNS.3 = mail.example.com
70 73
71 [punycode_san] 74 [punycode_san]
72 DNS.1 = xn--wgv71a119e.com 75 DNS.1 = xn--wgv71a119e.com
73 DNS.2 = *.xn--wgv71a119e.com 76 DNS.2 = *.xn--wgv71a119e.com
74 DNS.3 = blahblahblahblah.com 77 DNS.3 = blahblahblahblah.com
78
79 [wildcard]
80 DNS.1 = *.example.org
OLDNEW
« no previous file with comments | « net/data/ssl/certificates/wildcard.pem ('k') | net/data/ssl/scripts/generate-test-certs.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698