To register the R4 Web Agent with the R12.52 SP1 Policy Server, you should do the following steps:
- Configure the Agent object in the R12.52 SP1 AdminUI, and create it as 4.x. You will have to specify the Shared Secret and Web Agent IP address.
- Then, in the Web Agent webagent.conf file, you have to set the R12.52 SP1 Policy Server IP by changing the "policyserver=<IP address>" parameter, and set the sharedsecret parameter as follows.
- In R4 version sharedsecret value needs to be encrypted. To do this, you have to use the encryptkey tool in your R4 Web Agent installation to update the shared secret accordingly:
Usage:
./encryptkey -path <path_of_WebAgent.conf>
[-sharedSecret <new_shared_secret>]
[-dominoDefaultUser <user fullname>] - applies to Domino Web Agents only
[-dominoSuperUser <user fullname>] - applies to Domino Web Agents only
[-useVersion <version number, for example, 4.0>]
[-upgrade <version number from which to convert, for example, 4.0>]
[-section <Section in .conf file to place sharedSecret.
Currently this is only applicable to Affiliate.conf>]
Example: ./encryptkey -path <path_of_WebAgent.conf> -sharedSecret <sharedsecret_value>