Download root certificate from Master server
To download the root certificate from the Master server, run the following command in PowerShell:
Invoke-WebRequest -Uri "http://dns_host:port/ca.crt" -Outfile "ca.crt"
In the command, use the URL http://dns_host:port/ca.crt, where:
- dns_host is the Master server host.
- port is the one set during the installation. The default port is 8080.