macpablodesigns - 2010-01-31

If you really wish to SSL On then you need to run the following command and create a new server.key file in your new data directory.

with the following steps.

1. openssl req -new -text -out server.req
2. openssl rsa -in privkey.pem -out server.key
3. rm privkey.pem
4. openssl req -x509 -in server.req -text -key server.key -out server.crt
5. chmod og-rwx server.key
6. chown postgres : postgres server.key