Skip to content

Commit ce411a9

Browse files
Hub: update download links for latest
1 parent b050426 commit ce411a9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/hub/installation/linux.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The following commands:
1515

1616
```
1717
rm ./certify-hub-linux-x64-latest.tar.gz -f
18-
wget https://downloads.certifytheweb.com/beta/hub/certify-mgmthub-linux-x64-latest.tar.gz
18+
wget https://downloads.certifytheweb.com/beta/latest/certify-mgmthub-linux-x64-latest.tar.gz
1919
rm -rf ./certify-hub-install && mkdir -p ./certify-hub-install
2020
tar -xvf certify-mgmthub-linux-x64-latest.tar.gz -C ./certify-hub-install
2121
sudo ./certify-hub-install/scripts/install-hub.sh
@@ -56,7 +56,7 @@ The following commands:
5656

5757
```
5858
rm ./certify-agent-linux-x64-latest.tar.gz -f
59-
wget https://downloads.certifytheweb.com/beta/agent/certify-agent-linux-x64-latest.tar.gz
59+
wget https://downloads.certifytheweb.com/beta/latest/certify-agent-linux-x64-latest.tar.gz
6060
rm -rf ./certify-agent-install && mkdir -p ./certify-agent-install
6161
tar -xvf certify-agent-linux-x64-latest.tar.gz -C ./certify-agent-install
6262
sudo ./certify-agent-install/scripts/install-agent.sh

docs/hub/installation/windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: Install for Windows
66
#### Installing Certify Management Hub
77
The management hub is installed as a single service which serves the Management Hub API, a backend certify-agent instance, and the web UI. Internally this is using the Kestrel web server which is part of Microsoft ASP.Net.
88

9-
You can download the latest **alpha test** version [7.0.2.25-alpha.08 : Released 2025/06/05](https://downloads.certifytheweb.com/beta/hub/CertifyMgmtHubSetup.exe) - this is intended for test evaluation and not for production use, as subsequent updates may including breaking changes.
9+
You can download the latest **alpha test** version [7.0.2.26-alpha.09 : Released 2025/06/09](https://downloads.certifytheweb.com/beta/latest/certify-ccm-windows-x64-latest.exe) - this is intended for test evaluation and not for production use, as subsequent updates may including breaking changes.
1010

1111
The current default configuration will make the service and UI available at `http://localhost:8080`
1212

0 commit comments

Comments
 (0)