Configure the Metadata Store for SSL
If you have specified SSL connections for the metadata store JDBC connections in zoomdata.properties file, the root CA certificate that is used for the PostgreSQL database must be added to the /opt/zoomdata/.postgresql directory. This directory does not exist by default and will need to be created. Complete the following steps.
-
Change to the
/opt/zoomdatadirectory as a superuser:sudo cd /opt/zoomdata
-
Create a
.postgresqlsubdirectory.sudo mkdir .postgresql
-
Copy the root CA certificate for the PostgreSQL database into the new directory:
sudo cp root.ca /opt/zoomdata/.postgresql/root.ca
Comments
0 comments
Please sign in to leave a comment.