Author: vel
Date: Tue Jul 9 20:31:37 2019
New Revision: 1862834
URL: http://svn.apache.org/viewvc?rev=1862834&view=rev
Log:
Updated doc
Modified:
ranger/site/trunk/quick_start_guide.html
Modified: ranger/site/trunk/quick_start_guide.html
URL:
http://svn.apache.org/viewvc/ranger/site/trunk/quick_start_guide.html?rev=1862834&r1=1862833&r2=1862834&view=diff
==============================================================================
--- ranger/site/trunk/quick_start_guide.html (original)
+++ ranger/site/trunk/quick_start_guide.html Tue Jul 9 20:31:37 2019
@@ -218,14 +218,24 @@
</p>
<p>
- 3. Execute the following command to verify the release
+ 3. Get the keys used to sign the releases for verification.
https://dist.apache.org/repos/dist/release/ranger/KEYS
+ </p>
+<div class="source"><pre class="prettyprint linenums">
+ $ gpg --import KEYS
+ $ gpg --fingerprint key-id
+ </pre></div>
+
+
+
+<p>
+ 4. Execute the following command to verify the release
</p>
<div class="source"><pre class="prettyprint linenums"> $ gpg --verify
apache-ranger-%version-number%.tar.gz.asc apache-ranger-%version-number%.tar.gz
</pre></div>
<p>
- 4. Download MD5/SHA hash for apache-ranger-%version-number%.tar.gz
which usaully named as apache-ranger-%version-number%.tar.gz.mds (from URL
provided in the release email)
+ 5. Download MD5/SHA hash for apache-ranger-%version-number%.tar.gz
which usaully named as apache-ranger-%version-number%.tar.gz.mds (from URL
provided in the release email)
</p>
<div class="source"><pre class="prettyprint linenums">$ gpg --print-mds
apache-ranger-%version-number%.tar.gz </pre></div>
Compare MD5, SHA hash generated from the above command and the
signature available in the apache-ranger-%version-number%.tar.gz.mds.