Subir archivos a ''
This commit is contained in:
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