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

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

Deployment
VantageCloud
VantageCore
Edition
VMware
Enterprise
IntelliFlex
Product
Teradata Query Service
Release Number
4.01.03.01, 4.01.07.00
Published
September 2023
ft:locale
en-US
ft:lastEdition
2024-08-02
dita:mapPath
qla1666844235399.ditamap
dita:ditavalPath
ft:empty
dita:id
enn1467244092237
lifecycle
latest
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.