title: “ServiceComb Kie Downloads” lang: en ref: release permalink: /release/kie-downloads/ excerpt: “ServiceComb Kie Downloads” last_modified_at: 2019-09-09T00:50:43-55:00

Releases

ReleaseSourceWindowsLinuxDarwin
Apache ServiceComb Kie 0.1.0 (LATEST)[src] [asc] [sha512][Binary] [asc] [sha512][Binary] [asc] [sha512][Binary] [asc] [sha512]

Verifying the release

It is essential that you verify the integrity of the downloaded files using the PGP or SHA signatures. The PGP signatures can be verified using GPG or PGP. Please download the KEYS{:target=“_blank”} as well as the asc signature files for relevant distribution. It is recommended to get these files from the main distribution directory{:target=“_blank”} and not from the mirrors.

gpg --import KEYS
or
pgpk -a KEYS
or
pgp -ka KEYS

To verify the binaries/sources you can download the relevant asc files for it from main distribution directory and follow the below guide.

gpg --verify apache-servicecomb-kie-********.asc apache-servicecomb-kie-*********
or
pgpv apache-servicecomb-kie-********.asc
or
pgp apache-servicecomb-kie-********.asc

Alternatively you can download the SHA signatures from main distribution repo{:target=“_blank”} and verify the downloads using sha512sum.