[req] distinguished_name = req_distinguished_name prompt = no req_extensions = v3_req x509_extensions = client_crt [req_distinguished_name] C = US ST = North Carolina L = Raleigh O = Profian CN = localhost [client_crt] nsCertType = client nsComment = "Client Certificate" subjectAltName = @alt_names [alt_names] DNS.1 = localhost DNS.2 = *.localhost IP.1 = 127.0.0.1 IP.2 = ::1 [v3_req] basicConstraints = CA:FALSE extendedKeyUsage = clientAuth keyUsage = digitalSignature, nonRepudiation, keyEncipherment