mirror of
https://github.com/jackc/pgx.git
synced 2025-05-29 18:53:50 +00:00
* Extract CONTRIBUTING.md * Add instructions and scripts to setup standalone PostgreSQL server that tests the various connection and authentication types.
14 lines
304 B
INI
14 lines
304 B
INI
[ req ]
|
|
default_bits = 2048
|
|
distinguished_name = dn
|
|
req_extensions = v3_req
|
|
prompt = no
|
|
[ dn ]
|
|
commonName = localhost
|
|
[ v3_req ]
|
|
subjectAltName = @alt_names
|
|
keyUsage = digitalSignature
|
|
extendedKeyUsage = serverAuth
|
|
[alt_names]
|
|
DNS.1 = localhost
|