blob: ee2df54bd6c9907498c6aa9d057ce7f8c3076aab [file] [log] [blame]
# 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 ]