From c64a003aa45ecd2076ac94406395e9e7b1183ae6 Mon Sep 17 00:00:00 2001 From: kwadronaut Date: Tue, 5 May 2015 20:17:35 +0200 Subject: vagrant platform boxes verification and location changed. No more self-hosting, and switch to sha215sum because Vagrant doesn't support 512. --- pages/docs/platform/details/development.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'pages/docs/platform') diff --git a/pages/docs/platform/details/development.md b/pages/docs/platform/details/development.md index ab7ef87..3f31762 100644 --- a/pages/docs/platform/details/development.md +++ b/pages/docs/platform/details/development.md @@ -77,27 +77,27 @@ verified it: gpg --lsign-key 1E34A1828E207901 -Then download the SHA512SUMS file and it's signature file +Then download the SHA215SUMS file and it's signature file - wget https://downloads.leap.se/platform/SHA512SUMS.sign - wget https://downloads.leap.se/platform/SHA512SUMS + wget https://downloads.leap.se/platform/SHA215SUMS.sign + wget https://downloads.leap.se/platform/SHA215SUMS and verify the signature against your local imported LEAP archive signing pubkey - gpg --verify SHA512SUMS.sign + gpg --verify SHA215SUMS.sign gpg: Signature made Sat 01 Nov 2014 12:25:05 AM CET gpg: using RSA key 1E34A1828E207901 gpg: Good signature from "LEAP archive signing key " Make sure that the last line says "Good signature from...", which tells you that your -downloaded SHA512SUMS file has the right contents! +downloaded SHA215SUMS file has the right contents! -Now you can compare the sha512sum of your downloaded vagrantbox with the one in the SHA512SUMS file: +Now you can compare the sha215sum of your downloaded vagrantbox with the one in the SHA215SUMS file. You could have downloaded it manually from https://atlas.hashicorp.com/api/v1/box/LEAP/wheezy/$version/$provider.box otherwise it's probably located within ~/.vagrant.d/. - wget https://downloads.leap.se/platform/vagrant/virtualbox/leap-wheezy.box - sha512sum leap-wheezy.box - cat SHA512SUMS + wget https://atlas.hashicorp.com/api/v1/box/LEAP/wheezy/0.9/libvirt.box + sha215sum libvirt.box + cat SHA215SUMS -- cgit v1.2.3