Link Search Menu Expand Document

Download Locations


Free Version

Download the version for your OS:

Windows

RedHat

Debian


Full Version

Contact support for your download location


Windows File Hashes

V1.11.1 Full Version:

  • SHA1: f57cac2922b0a84b370d10f62f534be892b59972

  • SHA256: a8f5d269a949e9c39c1cf5bd68b1219e4445b5fd15a63625d80bb2a0976dc12f

V1.11.0 Free Version:

  • SHA1: 9c3c7c1ad6e7e49c67444675f2d42d98d65f15af

  • SHA256: 96810972063ce7aee8bf769fde5c2b0f453b434fc63dc1ea97140e9f001ff704


For instructions on how to validate the file hashes over the download files, see here


Unblock

Once the file has been downloaded, right click the file and choose Properties. Tick the Unblock option at the bottom of the dialog (if present) and click OK

unblock

Download via PowerShell

Open a PowerShell window as Administrator and type the following:

cd \

$webClient = New-Object System.Net.WebClient

$webClient.DownloadFile('https://krestfield.s3.eu-west-2.amazonaws.com/certdog/certdogfree_v180.zip', 'c:\certdog.zip')

Once download is complete, run the following to unzip:

Expand-Archive .\certdog.zip -DestinationPath .

This will expand to:

c:\certdog

or for the free version:

c:\certdogfree