blob: 5990f06000201d3e50a3d6aad0ecdda1511bc2b9 [file]
# 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