mirror of
https://github.com/postgres/postgres.git
synced 2026-02-15 08:37:56 -05:00
It's not run by the global "check" or "installcheck" targets, because the temporary installation it creates accepts TCP connections from any user the same host, which is insecure.
11 lines
411 B
Text
11 lines
411 B
Text
# 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
|