blob: 391f9b8d897cf772e42ba26423842482620fb297 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# An OpenSSL format CSR config file for creating a server certificate.
#
# This is identical to server-cn-only certificate, but we specify
# RSA-PSS as the algorithm on the command line.
[ req ]
distinguished_name = req_distinguished_name
prompt = no
[ req_distinguished_name ]
CN = common-name.pg-ssltest.test
OU = PostgreSQL test suite
# No Subject Alternative Names
|