summaryrefslogtreecommitdiff
path: root/pages/docs/platform
diff options
context:
space:
mode:
authorkwadronaut <kwadronaut@leap.se>2015-11-24 12:28:07 +0100
committerkwadronaut <kwadronaut@leap.se>2015-11-24 12:28:07 +0100
commit4ec82bece353872a71a48fbd0bba5794b53eca84 (patch)
tree940ad56b211ba5378dc6670aa8f1366a658bd023 /pages/docs/platform
parent436f60097eca22ecae3ec0f9dc1f6a883f12557b (diff)
update box url and checksums for vagrant dev env
Diffstat (limited to 'pages/docs/platform')
-rw-r--r--pages/docs/platform/details/development.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/pages/docs/platform/details/development.md b/pages/docs/platform/details/development.md
index fd40771..63e12fa 100644
--- a/pages/docs/platform/details/development.md
+++ b/pages/docs/platform/details/development.md
@@ -79,23 +79,23 @@ verified it:
Then download the SHA215SUMS file and it's signature file
- wget https://downloads.leap.se/platform/SHA215SUMS.sign
- wget https://downloads.leap.se/platform/SHA215SUMS
+ wget https://downloads.leap.se/platform/SHA256SUMS.sign
+ wget https://downloads.leap.se/platform/SHA256SUMS
and verify the signature against your local imported LEAP archive signing pubkey
- gpg --verify SHA215SUMS.sign
+ gpg --verify SHA256SUMS.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 SHA215SUMS file has the right contents!
+downloaded SHA256SUMS file has the right contents!
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://atlas.hashicorp.com/api/v1/box/LEAP/wheezy/0.9/libvirt.box
+ wget https://atlas.hashicorp.com/LEAP/boxes/wheezy/versions/1.0/providers/libvirt.box
sha215sum libvirt.box
cat SHA215SUMS