Example: Update Only Invalid Signed Certificates - Analytics Database - Teradata Vantage

Security Administration

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Analytics Database
Teradata Vantage
Release Number
17.20
Published
June 2022
Language
English (United States)
Last Update
2024-04-05
dita:mapPath
hjo1628096075471.ditamap
dita:ditavalPath
qkf1628213546010.ditaval
dita:id
zuy1472246340572
lifecycle
latest
Product Category
Teradata Vantageā„¢

Use the tlsutil -u option to create signed certificates on a subset of database servers.

The -u option must be used with the -c option. Together the update mode checks the signed certificates and private keys on all database servers and creates CSRs only for those that do not have a valid certificate and key. Using the - u -c option also reports that all certificates are valid if none fail the validity test. In that case, no further action is required.

For example, as root, run the following commands to update invalid signed certificates:

  1. Generate CSRs:
    # tlsutil -c -u mydb.example.com

    Result: If all certificates are valid, no further action is required.

  2. If some certificates are invalid, sign the certificates using your defined process.
  3. Install the signed certificates and private keys:
    # tlsutil -i