Install Authority Certificates | Teradata Query Service - Installing Authority Certificates - Teradata Query Service

Teradata® Query Service Installation, Configuration, and Usage Guide for Customers

Product
Teradata Query Service
Release Number
4.01.03.01
Published
April 2022
Language
English (United States)
Last Update
2022-06-20
dita:mapPath
xnt1648539781334.ditamap
dita:ditavalPath
ft:empty
dita:id
B035-2700
Product Category
Analytical Ecosystem
To initiate secure communications with an external server, the Teradata Query Service must trust the certificate authority that issued the certificate of the external server. You can install one or more trusted root certificates that are issued by a trusted certificate authority (CA).
curl -k -X POST 'https://<QS_HOSTNAME>:1443/certificates/authorities?certificateAlias=teradata&alias=teradata' \ --header 'Authorization: Basic <ADMIN_TOKEN>' \  -F 'file=@"example.ca"'
Where:
  • alias is the name given to the certificate and can be up to 30 characters.
  • file is the certificate you want to install.