Mirror of BoringSSL (grpc依赖)
https://boringssl.googlesource.com/boringssl
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
696 B
27 lines
696 B
# [ req ] |
|
default_bits = 2432 |
|
default_md = sha256 |
|
distinguished_name = req_DN |
|
string_mask = utf8only |
|
|
|
req_extensions = v3_req # The extensions to add to a certificate request |
|
|
|
#################################################################### |
|
[ req ] |
|
default_bits = 2432 |
|
default_md = sha256 |
|
distinguished_name = req_DN |
|
string_mask = utf8only |
|
|
|
req_extensions = v3_req # The extensions to add to a certificate request |
|
|
|
[ req_DN ] |
|
commonName = "Common Name" |
|
commonName_value = "A user" |
|
userId = "User ID" |
|
userId_value = "test" |
|
|
|
[ v3_req ] |
|
extendedKeyUsage = clientAuth |
|
subjectKeyIdentifier = hash |
|
basicConstraints = CA:false
|
|
|