Install a PKCS #12 File | Teradata Query Service - Installing a PKCS #12 File - 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
You can install a PKCS #12 formatted private key and public key certificate chain. The benefit of PKCS #12 is that you can install a certificate without having to first create a CSR. Depending on the PKCS #12 file you are installing, a password may or may not be required. You can include or exclude password parameter accordingly.

Run the following sample request to install a PKCS #12 file:

curl -k -X POST 'https://<QS_HOSTNAME>:1443/certificates/pkcs?password=<password>' \
-H 'Content-Type: application/json' \
-H 'Authorization: Basic <ADMIN_TOKEN>' \
-F 'file=@PKCSCertificate.pkcs'