Browse code

add --no-check-certificate so that document procedure works

Anthony Young authored on 2011/10/28 05:53:05
Showing 1 changed files
... ...
@@ -23,7 +23,7 @@ Step 2: Prepare DOM0
23 23
 At this point, your server is missing some critical software that you will
24 24
 need to run devstack (like git).  Do this to install required software:
25 25
 
26
-    wget https://github.com/cloudbuilders/devstack/raw/xen/tools/xen/prepare_dom0.sh
26
+    wget --no-check-certificate https://github.com/cloudbuilders/devstack/raw/xen/tools/xen/prepare_dom0.sh
27 27
     chmod 755 prepare_dom0.sh
28 28
     ./prepare_dom0.sh 
29 29