# An OpenSSL format CSR config file for creating a server certificate.
#

[ req ]
distinguished_name     = req_distinguished_name
prompt                 = no

[ req_distinguished_name ]
CN = common-name.pg-ssltest.test
OU = PostgreSQL test suite

# For Subject Alternative Names
[ v3_req ]