CyberArk PSM HTML5 Gateway 14.4 Installation on Rocky Linux 8.10
This guide walks you through the steps to install the CyberArk PSM HTML5 Gateway (version 14.4) on Rocky Linux 8.10.
1. Install Required Packages and Libraries
Run the following command as root:
2. Install Java JDK (v1.8)
If you require the full JDK (not just the headless version):
Verify installation:
Set JAVA_HOME
if needed:
3. Download HTML5GW14.4 and Import CyberArk RPM Signature
-
Download the HTML5 Gateway and unzip the package:
-
Import the CyberArk RPM GPG key:
-
Verify the RPM package:
4. Install Apache Tomcat (v9)
4.1 Create Tomcat User & Directory
4.2 Download and Extract Tomcat
4.3 Set Ownership & Permissions
5. Create Tomcat Systemd Service
Create the tomcat.service
file:
Paste the following configuration:
Set the permissions and enable the service:
6. Generate Self-Signed Keystore (Not Recommended)
For a self-signed certificate, generate a keystore:
Example values:
-
Keystore password:
changeit
-
CN: Fully Qualified Domain Name (FQDN) of HTML5 GW (e.g.,
html5.corp.com
)
7. Enable SSL in Tomcat
Edit the server.xml
file:
Add or modify the following <Connector>
element:
8. Generate and Install Domain SSL Keystore
8.1 Create san_config.cnf
8.2 Generate CSR:
8.3 Submit CSR to CA and obtain the html5.crt
and ca-chain.crt
.
8.4 Create .p12 File:
8.5 (Optional) Convert to JKS Keystore:
9. Configure TLS in Tomcat’s server.xml
Edit /opt/tomcat/conf/server.xml
to configure TLS:
10. Set Permissions on Cert Files
11. Start/Enable Tomcat Service
(Optional: Create systemd service for Tomcat)
12. Open Firewall Port and Test Tomcat
Visit https://<HTML5GW-IP>
to verify if the Tomcat page loads correctly.
13. Install CyberArk HTML5 Gateway
13.1 Prepare Parameters
Copy the sample configuration:
Sample config:
13.2 Install RPM
13.3 Start Services
14. Secure guacd <-> WebApp
14.1 Import Cert to JVM Truststore
14.2 Configure SSL for guacd
Uncomment and set:
Restart guacd:
15. Final Configuration and Hardening
Update psmgw.conf
in /etc/opt/CARKpsmgw/webapp/
to point to the correct configuration.
Restart services:
16. Add Gateway in PVWA
-
Log into PVWA as admin.
-
Go to Options > Privileged Session Management > Add Configured PSM Gateway Servers.
-
Add the FQDN of the gateway and set the port to
443
.
Test the HTML5 connection.
Testing Via PVWA:
Official Ref :
Installation : Install PSM HTML5 Gateway using an RPM package | CyberArk Docs
Configuration:Secure Access with an HTML5 Gateway | CyberArk Docs
All the best!
No comments:
Post a Comment