Reveal
-
Navigate to /opt/gpudb/connectors/reveal/etc/default.json and
update the
urlsetting:
GAdmin
-
Navigate to the /opt/gpudb/tomcat/webapps/gadmin/js/settings.js file
and update the
REVEAL_PORTvariable to the secured Reveal port (default 8444): -
Navigate to the
/opt/gpudb/tomcat/webapps/gadmin/WEB-INF/classes/gaia.properties file
and update the following settings to
https, ensuring the host is correct for your setup -
In the /opt/gpudb/tomcat/conf/catalina.properties file at the bottom:
-
Add the
trustStoresetting value with the proper file path to the keystore: -
Add the trust store password to the file using one of the following
methods:
-
Add the following setting with the plain-text password for an
unencrypted password:
-
Encrypt the password using the
/opt/gpudb/core/bin/gpudb_encrypt.shutility (see Obfuscating Plain-Text Passwords for details), then provide the following setting with the encrypted password value and the file path to thegpudb_decrypt.shscript (located in/opt/gpudb/core/bin/by default):
-
Add the following setting with the plain-text password for an
unencrypted password:
-
Add the
A keystore being added to catalina.properties will
prevent security settings from being overwritten during a
Kinetica upgrade