Download the attached script on a Linux system that can connect to the LB_HOST defined in the infra.config file.
Run the following commands:
1. chmod +x getCLIENT_ROOT_CERT.sh
2. ./getCLIENT_ROOT_CERT.sh <LB_HOST> <LB_PORT>
Replace the values of LB_HOST and LB_PORT which are updated in infra.config file. For example, if the values are as such in the infra.config file:
LB_HOST=acme-sso-private-poc.example.com
LB_PORT=443
The command would be
./getCLIENT_ROOT_CERT.sh acme-sso-private-poc.example.com 443
Expected output:
For 22.2.x and lower:
CLIENT_ROOT_CERT="MIIDcDCCAligAwIBAgIJAK...."
For 22.4.x and above:
CLIENT_ROOT_CERT="MIIDrzCCApegAwIBAgIQCDvgVpBCRrGh..."
Copy and paste this output as value of the 'CLIENT_ROOT_CERT ' parameter into the infra.config file as appropriate for the version in use.