blob: 5990f06000201d3e50a3d6aad0ecdda1511bc2b9 (
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 client root certificate.
# This configuration file is also used when operating the CA.
#
# This certificate is used to sign client 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 client certs
# Extensions for CA certs
[ v3_ca ]
basicConstraints = CA:true
|