Certificate-signing curl command has incorrect URL

The curl command on the console's Unsigned Certificates page contains a URL that uses your primary server's private hostname or internal DNS name. This type of URL causes issues if nodes cannot resolve the private hostname or internal DNS name.

For example, the curl command might be similar to the following example:

curl -k https://puppetmasterv2.liweionmsdnnwoe.xx.internal.cloudapp.net:8140/packages/current/install.bash | sudo bash

To resolve the issue, change the private hostname or internal DNS name to the public hostname or externally qualified domain name.