1[req] 2default_bits = 2048 3default_md = sha256 4string_mask = utf8only 5prompt = no 6encrypt_key = no 7distinguished_name = req_dn 8 9[req_dn] 10C = US 11ST = California 12L = Mountain View 13O = Test CA 14CN = 127.0.0.1 15 16[crit-codeSigning] 17subjectAltName = IP:127.0.0.1 18basicConstraints = critical, CA:false 19subjectKeyIdentifier = hash 20extendedKeyUsage = critical, codeSigning 21 22[non-crit-codeSigning] 23subjectAltName = IP:127.0.0.1 24basicConstraints = critical, CA:false 25subjectKeyIdentifier = hash 26extendedKeyUsage = codeSigning 27