blob: 89075dec833becebeca8d964b324ad5c5e5f92cb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# An OpenSSL format CSR config file for creating a server certificate.
#
# This certificate contains no CN, nor SANs. Not very useful, but make
# sure the client can handle it gracefully.
[ req ]
distinguished_name = req_distinguished_name
prompt = no
[ req_distinguished_name ]
OU = PostgreSQL test suite
# No Subject Alternative Names
|