I figured it out and it needs the certificate in the same directory as $CPDIR/conf/ and also .pem as the extension. Now the last question would be :
I have multiple replica servers for RSA Authentication Manager, how can I do the load balancing or try another if one fails? I tried adding comma and ; between the host entries and it never understands it. Do I need to create a separate like this one ?
(
:host (7sp1.dawoud.com)
:port (5555)
:clientKey (l181du8y9sc236bmk8qdff4763t7sf360oo4i4ywt5wh46769721m66qm272o43d)
:accessId (rmtn51e85ljue2k2d450531kxy8ef78m385785w480rraqe22h0i034i43lw0i63)
:certificate (7sp1RootCA.pem)
)
(
:host (7sp1rep.dawoud.com)
:port (5555)
:clientKey (l181du8y9sc236bmk8qdff4763t7sf360oo4i4ywt5wh46769721m66qm272o43d)
:accessId (rmtn51e85ljue2k2d450531kxy8ef78m385785w480rraqe22h0i034i43lw0i63)
:certificate (7sp1RootCA.pem)
)
or how should it be done ? We can setup an API Gateway to loadbalance but asking if there is a way to add the hostnames for the other RSA Replicas in the same configuration file ?
Thanks
David