Updating AppViewX CES URL
Once UI configurations are done and successful we can proceed to update the Windows Auto-Enrollment Server URL on ADCS.
- Log onto the CEP machines using your service account.
- Open a command prompt on the CEP windows machine.
-
To get the current URL, run:
certutil -config <FQDN\MSCACN> -enrollmentserverurl - Ensure to replace the server <FQDN> and <MSCACN> names with CEP machine's FQDN and MSCA common name.
- Copy the URL displayed in the output of the previous command, which looks like https://<CEP-FQDN>/<CA-NAME>_CES_Kerberos/service.svc/CES.
-
To remove the existing enrollment server URL, run:
certutil -config <FQDN\MSCACN> -enrollmentserverurl https://<CEP-FQDN>/<CA-NAME>_CES_Kerberos/service.svc/CES delete -
To add the new enrollment server URL, run:
certutil -config <FQDN\MSCACN> -enrollmentserverurl https://<CC\Appviewx-Hostname>:<Port-Number>/avxapi/msproxy/simpleenroll Kerberos - Ensure to replace the server <CC\Appviewx-Hostname> and <Port-Number> before running the previous command.
