blob: 3b82b5710368150ffb688f1d40a452e580b2eaa8 (
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.
#
# This is identical to the client.config certificate, but this one is revoked
# later.
[ req ]
distinguished_name = req_distinguished_name
prompt = no
[ req_distinguished_name ]
CN = ssltestuser
# no extensions in client certs
|