blob: c2dbfef9a8a71d5ee9aa30fa8eb87009217c3d9b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# An OpenSSL format CSR config file for creating a client certificate.
#
# The certificate is for user "ssltestuser" and intends to test client
# certificate with extensions.
[ req ]
distinguished_name = req_distinguished_name
req_extensions = client_ext
prompt = no
[ req_distinguished_name ]
CN = ssltestuser
[ client_ext ]
basicConstraints = critical,CA:false
extendedKeyUsage = clientAuth
|