Create a Certificate Signing Request | Teradata Query Service - Creating a Certificate Signing Request - 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
Run the following sample request to create a certificate signed by a CS to enable HTTPS connections:
curl -k -X  POST 'https://<QS_HOSTNAME>:1443/certificates/signingrequest?commonName=sdl59368&organizationalUnit=uda&organization=Teradata&country=US&city=SanDiego&state=California' \
--header 'Content-Type: application/json' \
--header 'Authorization: Basic <ADMIN_TOKEN>'
Where:
Parameter Description
commonName Domain name which is <QS_HOSTNAME>
organizationalUnit Business unit
organization Company name
city City or locality of the organization
state State or province of the organization
country Country code where the organization is located
email [Optional] Email address of the requester