add LICENSE file
[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 = 1024
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 #keyUsage = critical
25 subjectAltName = critical,@alt_names
26
27 [alt_names]
28 DNS.1 = *.ouya.tv
29 DNS.2 = ouya.tv
30 DNS.3 = *.ouya.tv.bogo