Download root certificate from APP server
Download the root certificate from APP server using the URL http://dns_host:port/ca.crt, where:
- dns_host is host of APP server.
- port is set during the installation. The default port is 8080.
You can download the root certificate by the following command in Power shell.
Powershell command
Invoke-WebRequest -Uri "http://dns_host:port/ca.crt" -Outfile "ca.crt"