When the Directory Supports SSL - Advanced SQL Engine - Teradata Database

Security Administration

Product
Advanced SQL Engine
Teradata Database
Release Number
17.10
Published
July 2021
Language
English (United States)
Last Update
2022-02-15
dita:mapPath
ppz1593203596223.ditamap
dita:ditavalPath
wrg1590696035526.ditaval
dita:id
B035-1100
lifecycle
previous
Product Category
Teradata Vantageā„¢

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, and Teradata Unity (if used) 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.
Default: 636

The command produces output that shows the certificate chain.