Install Signed Certificates | Teradata Query Service - Installing Signed 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
After obtaining an authenticated certificate from a trusted CA, you can install the certificate to facilitate secure communications to the Teradata Database.

Run the following sample request to install the authenticated certificate you created:

curl -k -X POST "https://<QS_HOSTNAME>:1443/certificates" -H "Accept:application/vnd.com.teradata.rest-v1.0+json" -H "Content-Type:multipart/form-data;" -H "Authorization: Basic <ADMIN_TOKEN>" -F  "file=@<Certificate.pem>"