blob: 7849d090eb9592908235f6d153188b4e1c24eda7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# An OpenSSL format CSR config file for creating a server certificate.
#
[ req ]
distinguished_name = req_distinguished_name
req_extensions = v3_req
prompt = no
[ req_distinguished_name ]
CN = common-name.pg-ssltest.test
OU = PostgreSQL test suite
# For Subject Alternative Names
[ v3_req ]
|