Download and extract pingaccess-agent-apache24-rhel8-<version>.zip

Note: The Agent RPM has required dependencies that may be available via standard repositories. If these dependencies are not available in your Linux version, you can install them using the included openpgm-5.2.122-21.el8.x86_64.rpm, libsodium-1.0.18-2.el8.x86_64.rpm, libunwind-1.3.1-3.el8.x86_64.rpm, and zeromq-4.3.2-1.el8.x86_64.rpm packages. You can install these RPMs using this command: yum install libsodium*rpm openpgm*rpm libunwind*rpm zeromq*rpm.
  1. Log in to the PingAccess Console.
  2. Click Applications and then go to Agents.
  3. Edit a configured agent. If the agent has not yet been created, see the PingAccess User Interface Reference Guide.
  4. In the shared secret, click the download icon to download the configuration. The configuration file will be named <agentname>_agent.properties.
  5. In RHEL, change to the pingaccess-agent-apache24-rhel8-<version>/x86_64 directory.
  6. As root, install the PingAccess Agent for Apache using the following command:
    yum install pingaccess-agent-apache-*.rpm
  7. Copy the <agentname>_agent.properties file to /etc/httpd/conf.d/agent.properties.
  8. As root, restart the Apache service using the following command:
    systemctl restart httpd