-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathopenssl.cnf
24 lines (24 loc) · 960 Bytes
/
openssl.cnf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[ req ]
default_bits = 4096
default_md = sha256
prompt = no
encrypt_key = no
distinguished_name = pg_server
# stackql_ca
[ pg_ca ]
countryName = "AU" # C=
stateOrProvinceName = "VIC" # ST=
localityName = "Melbourne" # L=
organizationName = "StackQL" # O=
organizationalUnitName = "Core Functions" # OU=
commonName = "pg_ca" # CN=
emailAddress = "krimmer@stackql.io" # CN/emailAddress=
# stackql_server
[ pg_server ]
countryName = "AU" # C=
stateOrProvinceName = "VIC" # ST=
localityName = "Melbourne" # L=
organizationName = "StackQL" # O=
organizationalUnitName = "Core Functions" # OU=
commonName = "127.0.0.1" # CN=
emailAddress = "krimmer@stackql.io" # CN/emailAddress=