Setting Up Authentication between Client Applications and TDV Server
Follow these instructions to set up authentication for non-JDBC connections.
To establish authentication for non-JDBC connections
|
1.
|
Obtain a JKS digital certificate from a trusted Certificate Authority (CA), or generate your own using keytool. |
|
2.
|
For client authentication to TDV, add the certificate to the TDV Server and Studio truststore files: |
<TDV_install_dir>/conf/server/security/cis_server_truststore.jks
<TDV_install_dir>/conf/studio/security/cis_studio_truststore.jks
|
3.
|
Change the password of the TDV Server and Studio truststore files: |
keytool -storepasswd -new <your_password> -keystore cis_server_truststore.jks
keytool -storepasswd -new <your_password> -keystore cis_studio_truststore.jks
|
4.
|
Restart the TDV Server. |