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 |
| [Optional] Email address of the requester |