Certificate Binding Process - Certificate Binding Process - Call-Level Interface Version 2

Teradata® Call-Level Interface Version 2 Reference for Workstation-Attached Systems - 20.00

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
Lake
VMware
Product
Call-Level Interface Version 2
Release Number
20.00
Published
January 2024
Language
English (United States)
Last Update
2024-11-15
dita:mapPath
bmn1691484839905.ditamap
dita:ditavalPath
obe1474387269547.ditaval
dita:id
fvz1470444150352
lifecycle
latest
Product Category
Teradata Tools and Utilities
With the desired certificate in RACF and properly labeled, it is next bound to the PKCS#11 Token. Do not change the label and token name. An example job that performs this step can be found in member STEP3 within the PROCLIB library. Following is a similar example code:
//*                                                        
//*  The JOBCARD must be in place before JOB is submitted  
//*                                                        
//* -------------------------------------------------------
//*        Bind certificate to PKCS#11 Token               
//* -------------------------------------------------------
//*                                                        
//STEP01   EXEC  PGM=IKJEFT01,DYNAMNBR=20                  
//SYSTSPRT DD    SYSOUT=*                                  
//SYSTSIN  DD    *                                         
 RACDCERT BIND(ID(GRB) LABEL('TdgssUserAuth') +            
  TOKEN(TERADATA.TTU.PKCS11.TOKEN) DEFAULT)                       
// 
Change GRB to a Userid in previous step ID. Do not change LABEL.