Question & Answer
Question
I got my certificate published by Digicert. Once I applied that certificate to Watson Studio Local, the issuers of that certificate is not showing up. Which means there is no intermediate CA root CA in the certificate file. Do I need to append those in the certificate file?
Answer
Yes, you need to concatenate your primary certificate file with the intermediate certificate file before applying it. Following these steps to apply the certificate.
1. Download the intermediate (DigiCertCA.crt) and your primary certificate (your_domain_name.crt) files.
2. Copy these files, along with the .key file you generated when creating the CSR to your working directory.
3. Concatenate your primary certificate file (your_domain_name.crt) and the intermediate certificate file (DigiCertCA.crt) into a single .crt file.
# cat your_domain_name.crt DigiCertCA.crt >> cert.crt
4. Create new passphrase-less key file based on the .key file you generated when creating the CSR
# openssl rsa -in DigiCert_CSR.key -out cert.key
5. Login to Watson Studio Local 2.0.1 as admin, from the Main Menu select [Manage >> Configure >> Script]. Choose [Replace an existing cert.key and cert.crt certificates]

[{"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Product":{"code":"SSHGWL","label":"IBM Watson Studio Local"},"Component":"WSL 2.0.1","Platform":[{"code":"PF016","label":"Linux"}],"Version":"WSL 2.0.1","Edition":"None","Line of Business":{"code":"LOB10","label":"Data and AI"}}]
Was this topic helpful?
Document Information
Modified date:
30 December 2019
UID
ibm10964686