Private key not found setting up SSL
search cancel

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.

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(USERA) KEYRING(USRRING) RINGDATA(CERTSITE,CERTA) 

2, Add the certificate back with the correct USAGE:
​TSS ADD(USERA) KEYRING(USRRING) RINGDATA(CERTSITE,CERTA) USAGE(PERSONAL)

Additional Information

7/5/24 - This KD was flagged for having broken links but there are no links in it at all. Reviewed the KD and it doesn't require any changes. Submitted for publishing. Removed component. Joe