blob: 0e92a8fbfec633faefbbadc7094a1d9098efee0e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# An OpenSSL format CSR config file for creating a client certificate with a
# long Subject.
[ req ]
distinguished_name = req_distinguished_name
prompt = no
[ req_distinguished_name ]
# Common Names are 64 characters max
CN = ssl-123456789012345678901234567890123456789012345678901234567890
OU = Some Organizational Unit
O = PostgreSQL Global Development Group
# no extensions in client certs
|