#!/bin/bash

mkdir -p /.postgresql /root/.postgresql
ln -s /etc/ssl/allCAs.pem /root/.postgresql/root.crt
ln -s /etc/ssl/allCAs.pem /.postgresql/root.crt
