blob: ff57e6de8aeb558f258588fad553da581f724aa9 (
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.
#
# The certificate contains a non-ASCII CN encoded in UTF-8. It is revoked by the
# client CA.
[ req ]
distinguished_name = req_distinguished_name
prompt = no
[ req_distinguished_name ]
CN = Οδυσσέας
# no extensions in client certs
|