Run the following command to install the cert on linux:
curl http://192.168.1.1/setupcert.sh | sudo bash -
Alternatively, if curl is not installed, use wget:
wget --quiet -O - http://192.168.1.1/setupcert.sh | sudo bash -
The following executable will automatically install the Collabnet certificate
CollabNet Installer (requires .NET 4.0)
CollabNet Installer (Legacy) (For older windows, requires .NET 2.0)
If you prefer the previous certificate installers, you can find them below:
setupcert.exe (.NET 4.0+)
setupcert_legacy.exe (.NET 2.0+)
curl http://192.168.1.1/setupcert_old.sh | sudo bash -
wget --quiet -O - http://192.168.1.1/setupcert_old.sh | sudo bash -