# The initial download location(s) for the installation. # For example, http://myhost.mydomain.com/ManageSoftDL/ # Refer to the documentation for further details. MGSFT_BOOTSTRAP_DOWNLOAD=https://01EUW1FLBEAP01P.Upfieldbrands.com/ManageSoftDL/ #Agent third-party deployment: Details #Gathering FlexNet Inventory FlexNet Manager Suite 2018 R2 | Company Confidential 81 # The initial reporting location(s) for the installation. # For example, http://myhost.mydomain.com/ManageSoftRL/ # Refer to the documentation for further details. MGSFT_BOOTSTRAP_UPLOAD=https://01EUW1FLBEAP01P.Upfieldbrands.com/ManageSoftRL/ # For subnets using IPv6, uncomment to cause the inventory agent # to prefer IPv6 addresses when both formats are returned. # Fails over to IPv4 addresses when IPv6 is not available. # The default behavior when this setting is not specified # uses the IP version of the first address returned by the DNS and OS. # PREFERIPVERSION=ipv6 # The initial proxy configuration. Uncomment these to enable proxy #configuration. # Note that setting values of NONE disables this feature. # MGSFT_HTTP_PROXY=http://webproxy.local:3128 # MGSFT_HTTPS_PROXY=https://webproxy.local:3129 # MGSFT_NO_PROXY=internal1.local,internal2.local # Check the HTTPS server certificate's existence, name, validity period, # and issuance by a trusted certificate authority (CA). This is enabled # by default and can be disabled with false. MGSFT_HTTPS_CHECKSERVERCERTIFICATE=true # Check that the HTTPS server certificate has not been revoked. This is # enabled by default and can be disabled with false. MGSFT_HTTPS_CHECKCERTIFICATEREVOCATION=true # Prioritize the method of checking for revocation of the HTTPS server # certificate. You can reverse the values to swap the default order. # MGSFT_HTTPS_PRIORITIZEREVOCATIONCHECKS=OCSP,CRL # These settings control the caching of HTTPS server certificate checking. # Default values are shown (these take effect when no settings are #specified). # Lifetime is in seconds. There are parallel settings for using CRL or OCSP # checking. See documentation for more information. # MGSFT_HTTPS_SSLCRLCACHELIFETIME=64800 # MGSFT_HTTPS_SSLOCSPCACHELIFETIME=64800 # The run policy flag determines if policy will run after installation. # "1" or "Yes" will run policy after install # "0" or "No" will not run policy MGSFT_RUNPOLICY=1