mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-21 22:07:01 +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.
14 lines
312 B
Plaintext
14 lines
312 B
Plaintext
# An OpenSSL format CSR config file for creating a client certificate.
|
|
#
|
|
# The certificate is for user "ssltestuser".
|
|
|
|
[ req ]
|
|
distinguished_name = req_distinguished_name
|
|
prompt = no
|
|
|
|
[ req_distinguished_name ]
|
|
CN = ssltestuser
|
|
|
|
# no extensions in client certs
|
|
[ v3_req ]
|