Using a CA-Signed SSL Certificate
The graph server (PGX) and client installation allows you to use your own CA-signed SSL (Secure Sockets Layer) certificate.
The following outlines the basic steps for using your own CA-signed SSL certificate:
-
Prepare a CA-signed certificate for the graph server (PGX) and generate the Java keystore file.
-
Edit the
/etc/oracle/graph/server.conffile and specify theserver_keystorepath to point to the keystore (generated in the previous step). -
Optionally, set the keystore password in
PGX_SERVER_KEYSTORE_PASSWORDby editing the file at/etc/systemd/system/pgx.service. -
Reload the
systemdconfiguration by running the following command:sudo systemctl daemon-reload -
Restart the graph server.
-
Configure the client to trust the CA-signed keystore if applicable.