blob: 585d8bdae8f2a966ecc78fc8a4b2c0a2e2103c4b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# An OpenSSL format CSR config file for creating a server certificate.
#
[ req ]
distinguished_name = req_distinguished_name
prompt = no
[ req_distinguished_name ]
CN = 192.0.2.1
OU = PostgreSQL test suite
# No Subject Alternative Names
|