summaryrefslogtreecommitdiffstats
path: root/src/test/ssl/conf/server-ip-cn-and-alt-names.config
blob: a4087f0a18fe758a13c039d4dd9e38960815240d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# An OpenSSL format CSR config file for creating a server certificate.
#
# This certificate contains both a CN and SANs in IP address format.


[ req ]
distinguished_name     = req_distinguished_name
req_extensions         = v3_req
prompt                 = no

[ req_distinguished_name ]
CN = 192.0.2.1
OU = PostgreSQL test suite

# For Subject Alternative Names
[ v3_req ]
subjectAltName = @alt_names

[ alt_names ]
IP.1 = 192.0.2.2
IP.2 = 2001:DB8::1