Home | History | Annotate | Line # | Download | only in 90-test_store_data
      1 ####################################################################
      2 [ req ]
      3 default_bits            = 2432
      4 default_md	        = sha256
      5 distinguished_name	= req_DN
      6 string_mask = utf8only
      7 
      8 req_extensions = v3_req # The extensions to add to a certificate request
      9 
     10 [ req_DN ]
     11 commonName                      = "Common Name"
     12 commonName_value              = "A user"
     13 userId = "User ID"
     14 userId_value = "test"
     15 
     16 [ v3_req ]
     17 extendedKeyUsage = clientAuth
     18 subjectKeyIdentifier = hash
     19 basicConstraints = CA:false
     20