blob: 26fc2571f59560c2ce79e888ea9553b212a82bbd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# 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
|