Updating AppViewX CES URL

Once UI configurations are done and successful we can proceed to update the Windows Auto-Enrollment Server URL on ADCS.

  1. Log onto the CEP machines using your service account.
  2. Open a command prompt on the CEP windows machine.
  3. To get the current URL, run:
    certutil -config <FQDN\MSCACN> -enrollmentserverurl
  4. Ensure to replace the server <FQDN> and <MSCACN> names with CEP machine's FQDN and MSCA common name.
  5. Copy the URL displayed in the output of the previous command, which looks like https://<CEP-FQDN>/<CA-NAME>_CES_Kerberos/service.svc/CES.
  6. To remove the existing enrollment server URL, run:
    certutil -config <FQDN\MSCACN> -enrollmentserverurl https://<CEP-FQDN>/<CA-NAME>_CES_Kerberos/service.svc/CES delete
  7. To add the new enrollment server URL, run:
    certutil -config <FQDN\MSCACN> -enrollmentserverurl https://<CC\Appviewx-Hostname>:<Port-Number>/avxapi/msproxy/simpleenroll Kerberos
  8. Ensure to replace the server <CC\Appviewx-Hostname> and <Port-Number> before running the previous command.