Subir archivos a ''
This commit is contained in:
86
UAG_Settings.ini
Normal file
86
UAG_Settings.ini
Normal file
@ -0,0 +1,86 @@
|
||||
[General]
|
||||
netInternet=
|
||||
ip0=172.26.250.25
|
||||
diskMode=
|
||||
source=
|
||||
defaultGateway=172.26.250.254
|
||||
target=
|
||||
ds=
|
||||
netmask0=192.0.0.0
|
||||
netManagementNetwork=
|
||||
netBackendNetwork=
|
||||
ip0AllocationMode=STATICV4
|
||||
name=
|
||||
deploymentOption=onenic
|
||||
authenticationTimeout=300000
|
||||
sshKeyAccessEnabled=false
|
||||
fipsEnabled=false
|
||||
sysLogType=UDP
|
||||
uagName=SrvUAG01
|
||||
clockSkewTolerance=600
|
||||
locale=en_US
|
||||
tls12Enabled=true
|
||||
tls13Enabled=true
|
||||
ipMode=STATICV4
|
||||
requestTimeoutMsec=10000
|
||||
tls11Enabled=false
|
||||
clientConnectionIdleTimeout=360
|
||||
tls10Enabled=false
|
||||
adminCertRolledBack=false
|
||||
cookiesToBeCached=none
|
||||
snmpEnabled=false
|
||||
maxSystemCPUAllowed=100
|
||||
healthCheckUrl=/favicon.ico
|
||||
quiesceMode=false
|
||||
sshEnabled=true
|
||||
sshPasswordAccessEnabled=true
|
||||
dns=172.16.101.11 172.16.101.12
|
||||
isTLS13SetByUser=false
|
||||
isCiphersSetByUser=false
|
||||
tlsPortSharingEnabled=true
|
||||
ceipEnabled=true
|
||||
bodyReceiveTimeoutMsec=15000
|
||||
monitorInterval=60
|
||||
maxConnectionsAllowedPerSession=16
|
||||
cipherSuites=TLS_AES_128_GCM_SHA256,TLS_AES_256_GCM_SHA384,TLS_CHACHA20_POLY1305_SHA256,TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384
|
||||
adminPasswordExpirationDays=90
|
||||
httpConnectionTimeout=120
|
||||
dnsSearch=pheros.local
|
||||
isTLS11SetByUser=false
|
||||
sessionTimeout=36000000
|
||||
ssl30Enabled=false
|
||||
|
||||
[Horizon]
|
||||
proxyDestinationUrl=https://172.16.101.43
|
||||
disableHtmlAccess=false
|
||||
rewriteOriginHeader=false
|
||||
healthCheckUrl=/favicon.ico
|
||||
proxyDestinationIPSupport=IPV4
|
||||
queryBrokerInterval=300
|
||||
matchWindowsUserName=false
|
||||
windowsSSOEnabled=false
|
||||
pcoipDisableLegacyCertificate=false
|
||||
gatewayLocation=External
|
||||
securityHeaders={"X-Frame-Options":"SAMEORIGIN","Strict-Transport-Security":"max-age=31536000","X-Content-Type-Options":"nosniff","Content-Security-Policy":"default-src 'self';font-src 'self' data:;script-src 'self' 'unsafe-inline' 'unsafe-eval' data:;style-src 'self' 'unsafe-inline';img-src 'self' blob: data:","X-XSS-Protection":"1; mode=block"}
|
||||
proxyDestinationUrlThumbprints=sha1=25 ea b0 2d d7 56 db d0 78 49 7c 7c cd 4a 5a c0 6e 81 80 8c
|
||||
tunnelExternalUrl=https://view.pheros.es:6443
|
||||
blastExternalUrl=https://view.pheros.es:8443
|
||||
radiusClassAttributeList=
|
||||
smartCardHintPrompt=false
|
||||
logoutOnCertRemoval=false
|
||||
redirectHostMappingList=
|
||||
proxyPattern=(/|/view-client(.*)|/portal(.*)|/appblast(.*))/|/downloads(.*)
|
||||
pcoipExternalUrl=90.68.98.162:4172
|
||||
|
||||
[SSLCert]
|
||||
pemPrivKey=
|
||||
pemCerts=
|
||||
pfxCerts=
|
||||
pfxCertAlias=
|
||||
|
||||
[SSLCertAdmin]
|
||||
pemPrivKey=
|
||||
pemCerts=
|
||||
pfxCerts=
|
||||
pfxCertAlias=
|
||||
|
120
UAG_Settings.json
Normal file
120
UAG_Settings.json
Normal file
@ -0,0 +1,120 @@
|
||||
{
|
||||
"generalSettings": {
|
||||
"ipMode0": "IPv4",
|
||||
"ip0": "172.26.250.25",
|
||||
"netmask0": "192.0.0.0",
|
||||
"ip0AllocationMode": "STATICV4",
|
||||
"defaultGateway": "172.26.250.254",
|
||||
"deploymentOption": "onenic"
|
||||
},
|
||||
"systemSettings": {
|
||||
"locale": "en_US",
|
||||
"fipsEnabled": false,
|
||||
"adminPassword": "*****",
|
||||
"adminPasswordExpirationDays": 90,
|
||||
"cipherSuites": "TLS_AES_128_GCM_SHA256,TLS_AES_256_GCM_SHA384,TLS_CHACHA20_POLY1305_SHA256,TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384",
|
||||
"ssl30Enabled": false,
|
||||
"tls10Enabled": false,
|
||||
"tls11Enabled": false,
|
||||
"tls12Enabled": true,
|
||||
"tls13Enabled": true,
|
||||
"sysLogType": "UDP",
|
||||
"healthCheckUrl": "/favicon.ico",
|
||||
"cookiesToBeCached": "none",
|
||||
"ipMode": "STATICV4",
|
||||
"sessionTimeout": 36000000,
|
||||
"requestTimeoutMsec": 10000,
|
||||
"bodyReceiveTimeoutMsec": 15000,
|
||||
"authenticationTimeout": 300000,
|
||||
"quiesceMode": false,
|
||||
"monitorInterval": 60,
|
||||
"httpConnectionTimeout": 120,
|
||||
"tlsPortSharingEnabled": true,
|
||||
"uagName": "SrvUAG01",
|
||||
"ceipEnabled": true,
|
||||
"adminCertRolledBack": false,
|
||||
"clientConnectionIdleTimeout": 360,
|
||||
"dns": "172.16.101.11 172.16.101.12",
|
||||
"dnsSearch": "pheros.local",
|
||||
"snmpEnabled": false,
|
||||
"clockSkewTolerance": 600,
|
||||
"maxConnectionsAllowedPerSession": 16,
|
||||
"maxSystemCPUAllowed": 100
|
||||
},
|
||||
"edgeServiceSettingsList": {
|
||||
"edgeServiceSettingsList": [
|
||||
{
|
||||
"enabled": true,
|
||||
"identifier": "VIEW",
|
||||
"proxyDestinationUrl": "https://172.16.101.43",
|
||||
"proxyDestinationUrlThumbprints": "sha1=25 ea b0 2d d7 56 db d0 78 49 7c 7c cd 4a 5a c0 6e 81 80 8c",
|
||||
"healthCheckUrl": "/favicon.ico",
|
||||
"redirectHostMappingList": "",
|
||||
"pcoipEnabled": true,
|
||||
"pcoipExternalUrl": "90.68.98.162:4172",
|
||||
"blastEnabled": true,
|
||||
"blastExternalUrl": "https://view.pheros.es:8443",
|
||||
"tunnelEnabled": true,
|
||||
"tunnelExternalUrl": "https://view.pheros.es:6443",
|
||||
"proxyPattern": "(/|/view-client(.*)|/portal(.*)|/appblast(.*))/|/downloads(.*)",
|
||||
"smartCardHintPrompt": false,
|
||||
"matchWindowsUserName": false,
|
||||
"gatewayLocation": "External",
|
||||
"windowsSSOEnabled": false,
|
||||
"logoutOnCertRemoval": false,
|
||||
"udpTunnelServerEnabled": true,
|
||||
"queryBrokerInterval": 300,
|
||||
"disableHtmlAccess": false,
|
||||
"proxyDestinationIPSupport": "IPV4",
|
||||
"radiusClassAttributeList": "",
|
||||
"pcoipDisableLegacyCertificate": false,
|
||||
"securityHeaders": {
|
||||
"Strict-Transport-Security": "max-age=31536000",
|
||||
"X-XSS-Protection": "1; mode=block",
|
||||
"X-Content-Type-Options": "nosniff",
|
||||
"Content-Security-Policy": "default-src 'self';font-src 'self' data:;script-src 'self' 'unsafe-inline' 'unsafe-eval' data:;style-src 'self' 'unsafe-inline';img-src 'self' blob: data:",
|
||||
"X-Frame-Options": "SAMEORIGIN"
|
||||
},
|
||||
"rewriteOriginHeader": false
|
||||
}
|
||||
]
|
||||
},
|
||||
"authMethodSettingsList": {
|
||||
"authMethodSettingsList": []
|
||||
},
|
||||
"kerberosKeyTabSettingsList": {
|
||||
"kerberosKeyTabSettings": []
|
||||
},
|
||||
"kerberosRealmSettingsList": {
|
||||
"kerberosRealmSettingsList": []
|
||||
},
|
||||
"certificateWrapper": null,
|
||||
"certificateWrapperAdmin": null,
|
||||
"serviceProviderMetadataList": {
|
||||
"items": [],
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "/hc/ab/api/1/sp-metadatas"
|
||||
}
|
||||
}
|
||||
},
|
||||
"identityProviderMetaData": null,
|
||||
"pfxCertStoreWrapper": null,
|
||||
"pfxCertStoreWrapperAdmin": null,
|
||||
"idpMediaType": null,
|
||||
"customBrandingSettings": null,
|
||||
"idPExternalMetadataSettingsList": {
|
||||
"idPExternalMetadataSettingsList": []
|
||||
},
|
||||
"devicePolicySettingsList": {
|
||||
"devicePolicySettingsList": []
|
||||
},
|
||||
"loadBalancerSettings": null,
|
||||
"jwtSettingsList": {
|
||||
"jwtSettingsList": []
|
||||
},
|
||||
"workspaceOneIntelligenceSettings": null,
|
||||
"ocspSigningCertList": {
|
||||
"ocspSigningCerts": null
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user