blob: 0c71d83127a3e86bb97ca8e1d42508b88ac06733 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# 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
|