aboutsummaryrefslogtreecommitdiff
path: root/src/test/ssl/server-no-names.config
blob: 92cf7790869241f834311f3aa765357e63afdf23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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
req_extensions         = v3_req
prompt                 = no

[ req_distinguished_name ]
OU = PostgreSQL test suite

# For Subject Alternative Names
[ v3_req ]

[ alt_names ]