blob: 72484d040f3065924e423580bb8ea2e0297814c9 (
plain)
1
2
3
4
5
6
7
8
9
|
# A root certificate authority. The server and client CA's certificates
# are signed by this root CA.
[ req ]
distinguished_name = req_distinguished_name
prompt = no
[ req_distinguished_name ]
CN = Test root CA for PostgreSQL SSL regression test suite
|