blob: ef93d598c2d8b35a7999001e69a30f476f89c47c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# 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_distinguished_name ]
CN = Test CA for PostgreSQL SSL regression test client certs
|