blob: 15f8d1590fe9ad871f7205aba26dd993fae9322b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# An OpenSSL format CSR config file for creating the server Intermediate
# Certificate Authority. This configuration file is also used when operating
# the CA.
#
# This certificate is used to sign server certificates. It is an Intermediate
# CA.
[ 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
|