summaryrefslogtreecommitdiffstats
path: root/src/test/ssl/client.config
blob: 2e9d40d299e4ca202a1658f4b3543b1a475d9aec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# An OpenSSL format CSR config file for creating a client certificate.
#
# The certificate is for user "ssltestuser".

[ req ]
distinguished_name     = req_distinguished_name
prompt                 = no

[ req_distinguished_name ]
CN                     = ssltestuser

# no extensions in client certs
[ v3_req ]