diff options
author | kwadronaut <kwadronaut@leap.se> | 2015-05-05 20:17:35 +0200 |
---|---|---|
committer | kwadronaut <kwadronaut@leap.se> | 2015-05-05 20:17:35 +0200 |
commit | c64a003aa45ecd2076ac94406395e9e7b1183ae6 (patch) | |
tree | ed10f3b714d50b80efa5c95d3a2f2d0bb9a86e77 /pages/docs/platform/details | |
parent | 06ceabbbfa28eb812bfeb1007b30e3f797850c25 (diff) |
vagrant platform boxes verification and location changed. No more
self-hosting, and switch to sha215sum because Vagrant doesn't support
512.
Diffstat (limited to 'pages/docs/platform/details')
-rw-r--r-- | pages/docs/platform/details/development.md | 18 |
1 files changed, 9 insertions, 9 deletions
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 <sysdev@leap.se>" 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 |