If the directory server supports either SSL only, or SSL and TLS, you can use the following procedures to obtain the server certificate chain from each directory server instance that Teradata Vantage must access. The procedure collects the certificates into a directory and then creates hashes for them.
For each directory server to which Teradata Vantage must connect, run the following command from the Vantage command prompt:
openssl s_client -connect server_name[:port] -showcerts </dev/null
- server_name
- The directory server DNS name.
- port
- [Optional] The port where SSL listens.
The command produces output that shows the certificate chain.