blob: 496aaba29fbfcb002d367bc4143cff8bce2589bd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# An OpenSSL format CSR config file for creating the server root certificate.
# This configuration file is also used when operating the CA.
#
# This certificate is used to sign server certificates. It is self-signed.
[ req ]
distinguished_name = req_distinguished_name
prompt = no
req_extensions = v3_ca
[ req_distinguished_name ]
CN = Test CA for PostgreSQL SSL regression test server certs
# Extensions for CA certs
[ v3_ca ]
basicConstraints = CA:true
|