-
Notifications
You must be signed in to change notification settings - Fork 12
/
psmgwparms
30 lines (26 loc) · 1.43 KB
/
psmgwparms
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# -------------------------------------------------------
# Whether or not you accept all the terms of the PSM Gateway end user license agreement.
# This agreement is on the installation CD in the PSM Gateway installation package.
# Open this agreement and read it carefully, then set this parameter to Yes.
# This parameter is required
# -------------------------------------------------------
AcceptCyberArkEULA=Yes
# --------------------------------------------------------------------------------
# Whether or not the machine hardening settings will be applied.
# --------------------------------------------------------------------------------
Hardening=Yes
# -------------------------------------------------------
# Full path to the webapps folder to place the PSM Gateway webapp and configure it
# This parameter is required
# -------------------------------------------------------
WebAppsDir=/opt/tomcat/webapps
# -------------------------------------------------------
# Used web application server user and group on the system, to give the fitting permissions to the webapp
# This parameter is optional, defaulted to tomcat on both
# -------------------------------------------------------
WebApplicationServerUser=tomcat
WebApplicationServerGroup=tomcat
# -------------------------------------------------------
# Used to enable JWT Validation for security purposes
# -------------------------------------------------------
EnableJWTValidation=No