You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vcl.apache.org by jf...@apache.org on 2015/02/03 21:58:38 UTC

svn commit: r1656913 - /vcl/site/trunk/content/docs/VCL24InstallGuide.mdtext

Author: jfthomps
Date: Tue Feb  3 20:58:38 2015
New Revision: 1656913

URL: http://svn.apache.org/r1656913
Log:
added block explaining how to validate the script's integrity

Modified:
    vcl/site/trunk/content/docs/VCL24InstallGuide.mdtext

Modified: vcl/site/trunk/content/docs/VCL24InstallGuide.mdtext
URL: http://svn.apache.org/viewvc/vcl/site/trunk/content/docs/VCL24InstallGuide.mdtext?rev=1656913&r1=1656912&r2=1656913&view=diff
==============================================================================
--- vcl/site/trunk/content/docs/VCL24InstallGuide.mdtext (original)
+++ vcl/site/trunk/content/docs/VCL24InstallGuide.mdtext Tue Feb  3 20:58:38 2015
@@ -24,6 +24,16 @@ management node) or to install each part
 
 [Download Install Script (vcl-install.sh)][4]
 
+Validate script:
+
+        :::BashLexer
+        wget https://www.apache.org/dist/vcl/vcl-install.sh.sha1
+        sha1sum -c vcl-install.sh.sha1
+        wget https://www.apache.org/dist/vcl/KEYS
+        gpg --import KEYS
+        wget https://www.apache.org/dist/vcl/vcl-install.sh.asc
+        gpg --verify vcl-install.sh.asc
+
 Running the installation script with no arguments will step you through installing all
 three parts of VCL.  Alternatively, the following explains optional arguments.  If
 installing the management node part of VCL, it will also prompt you to agree to the 
@@ -685,4 +695,4 @@ of your new VCL install.
   [1]: http://www.phpmyadmin.net/
   [2]: http://www.mysql.com/
   [3]: installphpmyadmin
-  [4]: http://www.apache.org/dist/vcl/vcl-install.sh
\ No newline at end of file
+  [4]: https://www.apache.org/dist/vcl/vcl-install.sh
\ No newline at end of file