mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-08 03:17:40 +08: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.
12 lines
411 B
Plaintext
12 lines
411 B
Plaintext
# An OpenSSL format CSR config file for creating the server root certificate.
|
|
# This configuration file is also used when operating the CA.
|
|
#
|
|
# This certificate is used to sign server certificates. It is self-signed.
|
|
|
|
[ req ]
|
|
distinguished_name = req_distinguished_name
|
|
prompt = no
|
|
|
|
[ req_distinguished_name ]
|
|
CN = Test CA for PostgreSQL SSL regression test server certs
|