blob: 9924af8ec19e8bf9db65b45aab1b589eafe9e0cf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# An OpenSSL format CSR config file for creating a server certificate.
#
# This is identical to server-cn-only certificate, but this one is revoked
# later.
[ req ]
distinguished_name = req_distinguished_name
req_extensions = v3_req
prompt = no
[ req_distinguished_name ]
CN = common-name.pg-ssltest.test
OU = PostgreSQL test suite
# For Subject Alternative Names
[ v3_req ]
|