System Requirements and Service Account Configuration

  1. A valid Service Account with the below permissions
    • Enterprise Admin
    • Domain Admin
    • Remote Management Users
    • Administrator
    • Domain User
  2. Service account name
    Ensure that the service account’s full name is the same as the login name as shown:
  3. CC Service Setup
    • Install ACME-HTTPS and SCEP-HTTP services on the CC.
    • Configure WAEP in the AppViewX GUI specific to CC.
  4. Domain Machine Requirements
    • SaaS Setup
      • Outbound Calls
        • Port 30020 for unidirectional communication from domain machines to CC.
        • Port 30022 for CRL verification.
      • Inbound Calls
        • Port 5985 for auto-fetch requests from CC to the CEP machine.
    • Onprem Setup
      • Outbound Calls
        • Port 31443 for unidirectional communication from domain machines to CC.
        • Port 30022 for CRL verification.
      Note: Auto fetch/lift and shift functionalities are only supported in the SaaS model.
  5. Domain and Connectivity
    • CEP must be in the same domain as the AD, with connectivity to the AD server.
    • Ensure a valid DNS record for the CC/AppViewX node exists in domain machines.
  6. Certificate and Trust Configuration
    • Bind a valid certificate to the CC/AppViewX Node, ensuring it is trusted by the Windows domain machines.
    • Download the issuer PKIaaS CA certificates (intermediate and root) and enable trust on the Windows domain machines as shown:
      1. Log onto the AD machine using your service account.
      2. Move the root and intermediate certificates that need to be trusted to the appropriate location.
      3. Open the command prompt with administrator privileges.
      4. To publish the Issuing CA certificate, run:
        certutil -dspublish -f <PathToCertFile.cer> SubCA
      5. To publish the Root CA certificate, run:
        certutil -dspublish -f <PathToCertFile.cer> RootCA
      6. Run the following command to force a policy update and push the certificates to the domain machines:
        gpupdate /force