1 [req] 2 distinguished_name = req_distinguished_name 3 req_extensions = v3_req 4 5 [req_distinguished_name] 6 countryName = Country Name (2 letter code) 7 countryName_default = AU 8 stateOrProvinceName = State or Province Name (full name) 9 stateOrProvinceName_default = Some-State 10 organizationName = Organization Name (eg, company) 11 organizationName_default = Internet Widgits Pty Ltd 12 commonName = Common Name (eg, YOUR name) 13 commonName_default = testca 14 15 [v3_req] 16 basicConstraints = CA:true 17 keyUsage = critical, keyCertSign 18 19