blob: 6caa8a1ae631a3dd1e44d00cfc775c29213ce73d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# A root certificate authority. The server and client CA's certificates
# are signed by this root CA. This certificate is self-signed.
[ req ]
distinguished_name = req_distinguished_name
prompt = no
x509_extensions = v3_ca
[ req_distinguished_name ]
CN = Test root CA for PostgreSQL SSL regression test suite
# Extensions for CA certs
[ v3_ca ]
basicConstraints = CA:true
|