blob: ee2df54bd6c9907498c6aa9d057ce7f8c3076aab (
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-dn" with a multi-part DN
[ req ]
distinguished_name = req_distinguished_name
prompt = no
[ req_distinguished_name ]
O = PGDG
0.OU = Engineering
1.OU = Testing
CN = ssltestuser-dn
# no extensions in client certs
[ v3_req ]
|