Private key not found setting up SSL
book
Article ID: 113594
calendar_today
Updated On:
Products
Top Secret
Top Secret - LDAP
Issue/Introduction
Setting up SSL with digital certificates. The SSL connection fails because the private key is not being found.
Environment
Release:
Component: TSSMVS
Resolution
The digital certificate is defined wrong to the keyring.
USAGE(CERTAUTH) is specified for the certificate. It should be USAGE(PERSONAL) since its not a root certificate but a client certificate.
Examples commands to make the correction:
1. Remove the certificate from the keyring:
TSS REM(MASSERV) KEYRING(CSRRING) RINGDATA(CERTSITE,CSREKEY)
2, Add the certificate back with the correct USAGE:
TSS ADD(MASSERV) KEYRING(CSRRING) RINGDATA(CERTSITE,CSREKEY) USAGE(PERSONAL)
Feedback
thumb_up
Yes
thumb_down
No