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.15.0 Full Version:

  • SHA1: eb4573f3796d6ab6443cb69b2aded2e68cb4d250

  • SHA256: 477c2cf5322420ca09d604d3361532bdbf5de4ab30eb22124770b5232b677ab2

V1.15.0 Free Version:

  • SHA1: a028048517155ba1510a7b18f473cfde7ac5f955

  • SHA256: 68ed1c90fd6837a33b6786f6b8734a9ef1a1cfd6a3302ce88b373b30e72ee66c


RedHat File Hashes

V1.14.0 Free Version:

  • SHA1: 7f06118d991cbca94df9afb3f3dfd39ede5f0885

  • SHA256: 17d7a2690b02a58aded2b2f562804616807fcc6f1dec9b353b56bd92b4635b60


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