1890971dfc1669b432f9ba2187325404542a81ab
[ouya-imagestore.git] / doc / ouya.tv-cert-req.cnf
1 #make the signing process include the subjectAltName
2 extensions = v3_req
3
4 [req]
5 default_bits = 2048
6 encrypt_key = yes
7 distinguished_name = req_dn
8 req_extensions = v3_req
9 prompt = no
10
11 [req_dn]
12 C=US
13 ST=Massachusetts
14 L=Anytown
15 O=OUYA
16 OU=custom OUYA store
17 CN=*.ouya.tv
18 emailAddress=ouya+dummy@example.org
19
20 [v3_req]
21 nsCertType = server
22 basicConstraints = CA:FALSE
23 keyUsage = nonRepudiation, digitalSignature, keyEncipherment
24 subjectAltName = @alt_names
25
26 [alt_names]
27 DNS.1 = ouya.tv
28 DNS.2 = *.ouya.tv
29 DNS.3 = *.ouya.tv.bogo